Skip to content

Commit

Permalink
[#1337] typo (I am stupid and cannot spell).
Browse files Browse the repository at this point in the history
  • Loading branch information
joetsoi committed Nov 25, 2013
1 parent e13fd37 commit 1cb157c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis-install-dependencies
Expand Up @@ -18,7 +18,7 @@ echo "##### Install postgres and solr #####"
sudo apt-get update -qq
sudo apt-get install postgresql-$PGVERSION solr-jetty libcommons-fileupload-java:amd64=1.2.2-1

sudo sed -i -e 's/port = 5433/post = 5432/g' /etc/postgresql/8.4/main/postgresql.conf
sudo sed -i -e 's/port = 5433/port = 5432/g' /etc/postgresql/8.4/main/postgresql.conf

echo "##### Restart Postgres #####"
sudo service postgresql restart
Expand Down

0 comments on commit 1cb157c

Please sign in to comment.