Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from pascal08/master
Browse files Browse the repository at this point in the history
Use env to find php executable
  • Loading branch information
aprokopenko authored Sep 15, 2020
2 parents 0fe731b + 332d048 commit 693bc62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/dotenv-diff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

require('vendor/autoload.php');
Expand Down
2 changes: 1 addition & 1 deletion bin/dotenv-sync
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

require('vendor/autoload.php');
Expand Down

0 comments on commit 693bc62

Please sign in to comment.