Skip to content

Commit

Permalink
Make cli more enviroment agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
LostKobrakai committed Sep 15, 2016
1 parent e7d6d38 commit d019b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/migrate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php

include __DIR__ . '/../../../../index.php';
Expand Down Expand Up @@ -248,4 +248,4 @@ else if($filename = $climate->arguments->get('info'))
$__info($climate, $filename);
// (--list)
else if(!$climate->arguments->trailing()) $__list($climate);
else $__help($climate);
else $__help($climate);

0 comments on commit d019b13

Please sign in to comment.