Skip to content

Commit

Permalink
[#517] Use correct config for paster
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Mar 15, 2013
1 parent d010620 commit 671dc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis-build
Expand Up @@ -50,7 +50,7 @@ if [ $PGVERSION != '8.4' ]
then
psql -c 'CREATE USER readonlyuser;' -U postgres
sed -i -e 's/.*datastore.read_url.*/ckan.datastore.read_url = postgresql:\/\/readonlyuser@\/datastore/' test-core.ini
paster datastore set-permissions postgres
paster datastore set-permissions postgres -c test-core.ini
fi


Expand Down

0 comments on commit 671dc0f

Please sign in to comment.