Skip to content

Commit d999ecd

Browse files
committed
fix incorrect rake take name
1 parent 71684fb commit d999ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/easy/reference_data/capistrano.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
else raise ArgumentError, "unknown migration target #{migrate_target.inspect}"
1313
end
1414

15-
run "cd #{directory} && RAILS_ENV=#{rails_env} bundle exec rake easy:reference_data:load"
15+
run "cd #{directory} && RAILS_ENV=#{rails_env} bundle exec rake easy:reference_data:refresh"
1616
end
1717
end
1818
end

0 commit comments

Comments
 (0)