FIX: fixed perl calling path

This commit is contained in:
Dominik Meyer 2018-09-16 00:08:53 +02:00
parent 6b4192dd74
commit 7363b609e2
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
1 changed files with 1 additions and 1 deletions

2
bin/git-issue Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!perl
#!/usr/bin/env perl
# ABSTRACT: subcommand to git for issue management
# PODNAME: git-issue
use strict;