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

Commit 693bc62

Browse files
authored
Merge pull request #2 from pascal08/master
Use env to find php executable
2 parents 0fe731b + 332d048 commit 693bc62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/dotenv-diff

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

44
require('vendor/autoload.php');

bin/dotenv-sync

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

44
require('vendor/autoload.php');

0 commit comments

Comments
 (0)