From 51ecfe0f048f8f8e6c5617e02a1f67ca22817c98 Mon Sep 17 00:00:00 2001 From: Renato Cardoso Date: Thu, 15 Jul 2021 04:35:41 -0300 Subject: [PATCH] Fixes missing backslash (#196) This line is missing a backslash, causing commands not to be passed --- bin/sail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sail b/bin/sail index a59ba7e3..1dcf054a 100755 --- a/bin/sail +++ b/bin/sail @@ -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