docs: spelling fix

This commit is contained in:
AJ ONeal 2020-10-20 23:26:21 -06:00
parent 53f4174e13
commit 7186eceb46
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}