Eliminates silly printf warning.
authordsc <dsc@wikimedia.org>
Thu, 29 Mar 2012 21:12:11 +0000 (14:12 -0700)
committerdsc <dsc@wikimedia.org>
Thu, 29 Mar 2012 21:12:11 +0000 (14:12 -0700)
deploy.sh

index 2251b1d..908e0bb 100755 (executable)
--- a/deploy.sh
+++ b/deploy.sh
@@ -69,7 +69,7 @@ log "ok!"
 
 # Finally, deploy the files
 log "Deploying files..."
-rsync -Caz $([ "$VERBOSE" ] && printf '-v') --progress tmp/dist $DEPLOY_HOST:$DEPLOY_PATH
+rsync -Caz $([ "$VERBOSE" ] && echo '-v') --progress tmp/dist $DEPLOY_HOST:$DEPLOY_PATH
 log "ok!"
 
 log "Done!"