Skip to content

Commit

Permalink
Merge pull request #10 from jamesbowles/develop
Browse files Browse the repository at this point in the history
update reference data load to use the new rake task from easy_reference
  • Loading branch information
James committed May 22, 2014
2 parents 60e7faa + ccf6d1e commit 8f05e84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/easy-deployment/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Easy
module Deployment
VERSION = "0.6.0"
VERSION = "0.6.1"
end
end
4 changes: 2 additions & 2 deletions lib/easy/deployment/dbreference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
when :latest then latest_release
else raise ArgumentError, "unknown migration target #{migrate_target.inspect}"
end
run "cd #{directory} && RAILS_ENV=#{rails_env} #{fetch(:bundle_cmd, 'bundle')} exec rake reference:load"

run "cd #{directory} && RAILS_ENV=#{rails_env} bundle exec rake easy:reference_data:refresh"
end
end

Expand Down

0 comments on commit 8f05e84

Please sign in to comment.