Skip to content

Commit

Permalink
Typo in similarity task
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Olson committed Apr 9, 2012
1 parent d9d4fcf commit ca2058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/pikimal/recipes/default.rb
Expand Up @@ -39,7 +39,7 @@
set_similarity_data_cmd = "cd /data/#{app_name}/current && " +
"RAILS_ENV=#{env} " +
"bundle exec " +
"rake environment pikimal::set_similarity_data"
"rake environment pikimal:set_similarity_data"

cron "pikimal:set_similarity_data" do
user node[:owner_name]
Expand Down

0 comments on commit ca2058f

Please sign in to comment.