chore: change message

This commit is contained in:
Jose Diaz-Gonzalez
2021-01-07 05:06:22 -05:00
parent 5e645e1489
commit 6dc55624bd

View File

@@ -205,7 +205,7 @@ fn-git-clone() {
GIT_REF="$(fn-git-deploy-branch "$APP")"
fi
dokku_log_info1_quiet "Creating $APP from $GIT_REMOTE#$GIT_REF"
dokku_log_info1_quiet "Cloning $APP from $GIT_REMOTE#$GIT_REF"
trap 'rm -rf $APP_CLONE_ROOT > /dev/null' RETURN INT TERM EXIT
git clone --depth 1 -n -qq --branch "$GIT_REF" "$GIT_REMOTE" "$APP_CLONE_ROOT"