Skip to content

Commit

Permalink
Merge pull request #5 from JCID/cmodijk-patch-1
Browse files Browse the repository at this point in the history
Change the executable to allow different paths
  • Loading branch information
cafferata authored Mar 31, 2018
2 parents bd5d87c + 00234b8 commit 2643075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcetree-merge-request-opener
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/php
#!/usr/bin/env php
<?php

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

0 comments on commit 2643075

Please sign in to comment.