Skip to content

Commit

Permalink
Fix bash error, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Aug 8, 2016
1 parent 13cf1a8 commit 92ec56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/valet.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
Container::setInstance(new Container);

$version = '1.1.14';
$version = '1.1.16';

$app = new Application('Laravel Valet', $version);

Expand Down
2 changes: 1 addition & 1 deletion valet
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi
# If the command is the "share" command we will need to resolve out any
# symbolic links for the site. Before starting Ngrok, we will fire a
# process to retrieve the live Ngrok tunnel URL in the background.
elif [[ "$1" = "share" ]]
if [[ "$1" = "share" ]]
then
HOST="${PWD##*/}"
DOMAIN=$(php "$DIR/cli/valet.php" domain)
Expand Down

0 comments on commit 92ec56e

Please sign in to comment.