Skip to content

Commit

Permalink
Fixes missing backslash (#196)
Browse files Browse the repository at this point in the history
This line is missing a backslash, causing commands not to be passed
  • Loading branch information
renato-cardoso authored Jul 15, 2021
1 parent cab38ed commit 51ecfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sail
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ if [ $# -gt 0 ]; then
--server-host="$SAIL_SHARE_SERVER_HOST" \
--server-port="$SAIL_SHARE_SERVER_PORT" \
--auth="$SAIL_SHARE_TOKEN" \
--subdomain=""
--subdomain="" \
"$@"
else
sail_is_not_running
Expand Down

0 comments on commit 51ecfe0

Please sign in to comment.