lib/generators/vulcanize/templates/base/config/rubber/common/crontab in rubber-1.5.7 vs lib/generators/vulcanize/templates/base/config/rubber/common/crontab in rubber-1.5.8
- old
+ new
@@ -4,10 +4,10 @@
%>
# cron clears out enviroment variables, so we need to add these in
# to make sure we are running the correct ruby (rvm env vars, plus paths)
<%- ENV.select {|k, v| k =~ /rvm|ruby|bundler|gem|path/i }.each do |k, v| -%>
-<%= k %>=<%= v %>
+<%= k %>='<%= v %>'
<%- end -%>
MAILTO=<%= rubber_env.admin_email %>
# don't need to set RUBBER_ENV for each script since we set it for all cron here
RUBBER_ENV=<%= RUBBER_ENV %>