diff --git a/puppet/modules/web/templates/deploy-stagingyum.sh.erb b/puppet/modules/web/templates/deploy-stagingyum.sh.erb index 996e3e790..6d02ce878 100644 --- a/puppet/modules/web/templates/deploy-stagingyum.sh.erb +++ b/puppet/modules/web/templates/deploy-stagingyum.sh.erb @@ -8,4 +8,4 @@ $SSH_ORIGINAL_COMMAND # Publish the site - stderr/out redirect is required to stop the noninteractive shell from hanging - rsync -rvx --delete-after <%= @home %>/rsync_cache/$PROJECT/$RELEASE <%= @yum_directory %>/ 2>&1 >/dev/null ; + rsync -rvx --delete-after <%= @home %>/rsync_cache/$PROJECT/$RELEASE <%= @yum_directory %>/$PROJECT/ 2>&1 >/dev/null ;