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:
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
Container::setInstance(new Container);
|
||||
|
||||
$version = '1.1.14';
|
||||
$version = '1.1.16';
|
||||
|
||||
$app = new Application('Laravel Valet', $version);
|
||||
|
||||
|
||||
2
valet
2
valet
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user