We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cf1a8 commit 92ec56eCopy full SHA for 92ec56e
cli/valet.php
@@ -18,7 +18,7 @@
18
*/
19
Container::setInstance(new Container);
20
21
-$version = '1.1.14';
+$version = '1.1.16';
22
23
$app = new Application('Laravel Valet', $version);
24
valet
@@ -32,7 +32,7 @@ fi
32
# If the command is the "share" command we will need to resolve out any
33
# symbolic links for the site. Before starting Ngrok, we will fire a
34
# process to retrieve the live Ngrok tunnel URL in the background.
35
-elif [[ "$1" = "share" ]]
+if [[ "$1" = "share" ]]
36
then
37
HOST="${PWD##*/}"
38
DOMAIN=$(php "$DIR/cli/valet.php" domain)
0 commit comments