docs: spelling fix

Este commit está contenido en:
AJ ONeal 2020-10-20 23:26:21 -06:00
padre 53f4174e13
commit 7186eceb46

Ver fichero

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