From 6a268e08d6437f2f8f339cc2d97b9910aca62397 Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Sun, 4 Sep 2011 15:21:07 +0200 Subject: [PATCH] fix sed in before-travis.sh --- config/ci/before-travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ci/before-travis.sh b/config/ci/before-travis.sh index c8ef355f3..e44c498b2 100755 --- a/config/ci/before-travis.sh +++ b/config/ci/before-travis.sh @@ -22,7 +22,7 @@ bundle exec sass -q --update public/stylesheets/sass/:public/stylesheets/ echo "Setting up database.yml for $DB" cp config/database.yml.example config/database.yml if [ "$DB" = "postgres" ]; then - sed 's/<<: *mysql/<<: *postgres/' config/database.yml > config/database.yml + sed 's/*mysql/*postgres/' config/database.yml > config/database.yml fi # Set up database