Commit 3f489bc4fe66d29430d5d6c48fdd930f7047e428
1 parent
13d07d9d
Exists in
master
and in
29 other branches
script/quick-start: fix my stupid mistake
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/quick-start
... | ... | @@ -85,7 +85,7 @@ fi |
85 | 85 | run rake db:schema:load |
86 | 86 | run rake db:data:minimal |
87 | 87 | run rake db:test:prepare |
88 | -run rails runner 'Environment.default.enable("skip_new_user_email_confirmation")' | |
88 | +rails runner 'Environment.default.enable("skip_new_user_email_confirmation")' | |
89 | 89 | |
90 | 90 | # FIXME compile translations depends on ruby-gettext-rails, please see debian/control |
91 | 91 | # run rake noosfero:translations:compile | ... | ... |