Skip to content

Commit 92ec56e

Browse files
committed
Fix bash error, update version
1 parent 13cf1a8 commit 92ec56e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/valet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
Container::setInstance(new Container);
2020

21-
$version = '1.1.14';
21+
$version = '1.1.16';
2222

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

valet

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

0 commit comments

Comments
 (0)