Skip to content

Commit

Permalink
fix: typo in push-data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
christianruhstaller committed Feb 21, 2017
1 parent f2ce0f7 commit e4a8f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tasks/deployment/push-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4a8f77

Please sign in to comment.