diff --git a/.tasks/deployment/push-data.sh b/.tasks/deployment/push-data.sh index 984cef8..35abcbe 100755 --- a/.tasks/deployment/push-data.sh +++ b/.tasks/deployment/push-data.sh @@ -12,7 +12,7 @@ fi source $DEPLOYMENT_CONFIG_FILE -ask "Push files from localhost (DEPLOY_DATA_FOLDER)\nto $DEPLOY_HOST ($DEPLOY_APPROOT/current/$DEPLOY_DATA_FOLDER)?" +ask "Push files from localhost ($DEPLOY_DATA_FOLDER)\nto $DEPLOY_HOST ($DEPLOY_APPROOT/current/$DEPLOY_DATA_FOLDER)?" if [ $? -ne 0 ]; then exit 1