From 0eb03a6ef2fe38ac908d8f31e7a200e11b3dda7b Mon Sep 17 00:00:00 2001 From: Robin K Wilson Date: Mon, 22 Nov 2021 13:12:02 -0800 Subject: [PATCH] added note about complete path --- cloudformation/publish.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudformation/publish.sh b/cloudformation/publish.sh index a89b827..2cc3aad 100755 --- a/cloudformation/publish.sh +++ b/cloudformation/publish.sh @@ -5,7 +5,8 @@ if [[ -z "$HUBS_OPS_SECRETS_PATH" ]]; then git clone https://git-codecommit.us-west-1.amazonaws.com/v1/repos/hubs-ops-secrets -Then set HUBS_OPS_SECRETS_PATH to point to the cloned repo." +Then set HUBS_OPS_SECRETS_PATH to point to the cloned repo. +Use complete path, not '~' such as /Users/username/path/to/hubs-ops-secrets" exit 1 fi