Update name spaces for rake tasks to shorter 'ofn'.

This commit is contained in:
Jefferson Faseler
2019-01-30 14:25:04 -05:00
parent cf744bb663
commit d4d0489328
10 changed files with 12 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ printf '\n\n' | bundle exec rake db:setup db:test:prepare
printf '\n'
# Load some default data for your environment
bundle exec rake openfoodnetwork:dev:load_sample_data
bundle exec rake ofn:dev:load_sample_data
printf '\n'
printf "${YELLOW}WELCOME TO OPEN FOOD NETWORK!\n"