From 9086507047fcf09aa0318e2026391df61ab806a8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 31 May 2019 18:26:18 -0600 Subject: [PATCH] add missing colon --- new-deployable-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-deployable-site.sh b/new-deployable-site.sh index 96b86bc..508c0fd 100755 --- a/new-deployable-site.sh +++ b/new-deployable-site.sh @@ -36,5 +36,5 @@ set +x echo "" echo "Authorized users can push to this repo by adding it as a remote. Example:" -echo " git remote add origin ${my_user}@$(hostname)${my_repo}" +echo " git remote add origin ${my_user}@$(hostname):${my_repo}" echo ""