From 7186eceb46ac811907c0adeee0bf7a9959abf03a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 20 Oct 2020 23:26:21 -0600 Subject: [PATCH] docs: spelling fix --- examples/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deploy.sh b/examples/deploy.sh index 3572fb4..e7d9aa9 100644 --- a/examples/deploy.sh +++ b/examples/deploy.sh @@ -4,7 +4,7 @@ base_dir="$(dirname "$(readlink -f "$0")")" function deploy_local() { - echo "Running deplay script for ${GIT_REPO_ID}" + echo "Running deploy script for ${GIT_REPO_ID}" bash -o errexit -o nounset "${base_dir}/${GIT_REPO_ID}/deploy.sh" }