Skip to content

Commit 2643075

Browse files
authored
Merge pull request #5 from JCID/cmodijk-patch-1
Change the executable to allow different paths
2 parents bd5d87c + 00234b8 commit 2643075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourcetree-merge-request-opener

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/local/bin/php
1+
#!/usr/bin/env php
22
<?php
33

44
foreach (array(__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php', __DIR__ . '/vendor/autoload.php') as $file) {

0 commit comments

Comments
 (0)