From 7363b609e203c2c39c597ade41006fbda9e2d2a8 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 16 Sep 2018 00:08:53 +0200 Subject: [PATCH] FIX: fixed perl calling path --- bin/git-issue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bin/git-issue diff --git a/bin/git-issue b/bin/git-issue old mode 100644 new mode 100755 index 93a90a0..aa6b22c --- a/bin/git-issue +++ b/bin/git-issue @@ -1,4 +1,4 @@ -#!perl +#!/usr/bin/env perl # ABSTRACT: subcommand to git for issue management # PODNAME: git-issue use strict;