Skip to content

Commit

Permalink
Fix typo on quick-start
Browse files Browse the repository at this point in the history
  • Loading branch information
diguliu committed Oct 21, 2013
1 parent ea0ab12 commit ce0d03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/quick-start
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fi
# create the database with sample data
run cp config/database.yml.pgsql config/database.yml
sudo -u postgres createuser $USER --no-superuser --createdb --no-createrole
sed -ri "s/username: noosfero/username: $USER/"
sed -ri "s/username: noosfero/username: $USER/" config/database.yml
sudo -u postgres createdb noosfero_development -O $USER
run rake db:schema:load
run rake db:data:minimal
Expand Down

0 comments on commit ce0d03a

Please sign in to comment.