1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Fix bash error, update version

This commit is contained in:
Adam Wathan
2016-08-08 15:26:02 -04:00
parent 13cf1a85e1
commit 92ec56e63a
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
*/
Container::setInstance(new Container);
$version = '1.1.14';
$version = '1.1.16';
$app = new Application('Laravel Valet', $version);

2
valet
View File

@@ -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)