[Groonga-commit] pgroonga/pgroonga at 9e37eab [master] travis: fix command name

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 11 20:40:17 JST 2015


Kouhei Sutou	2015-02-11 20:40:17 +0900 (Wed, 11 Feb 2015)

  New Revision: 9e37eab600652d27af4f7cc4e622202a3a4346ff
  https://github.com/pgroonga/pgroonga/commit/9e37eab600652d27af4f7cc4e622202a3a4346ff

  Message:
    travis: fix command name

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+1 -1)
===================================================================
--- data/travis/setup.sh    2015-02-11 20:36:52 +0900 (02b6f8c)
+++ data/travis/setup.sh    2015-02-11 20:40:17 +0900 (46e07aa)
@@ -29,5 +29,5 @@ if [ -n "${pg_version}" ]; then
   sudo make install > /dev/null
   cd ..
 
-  postgresql -U postgres -d template1 -c 'CREATE EXTENSION pgroonga;'
+  psql -U postgres -d template1 -c 'CREATE EXTENSION pgroonga;'
 fi
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index