[Groonga-commit] pgroonga/pgroonga.github.io at 1b4bd99 [master] Fix a typo

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Jun 26 18:01:28 JST 2017


Kentaro Hayashi	2017-06-26 18:01:28 +0900 (Mon, 26 Jun 2017)

  New Revision: 1b4bd991a2c7f8b55ce00398254a23a9a89fb791
  https://github.com/pgroonga/pgroonga.github.io/commit/1b4bd991a2c7f8b55ce00398254a23a9a89fb791

  Merged 38e8434: Merge pull request #30 from kenhys/fix-var-typo

  Message:
    Fix a typo
    
    /tmp/local/lib/postgresql ->
    /tmp/local/var/lib/postgresql

  Modified files:
    development/index.md

  Modified: development/index.md (+1 -1)
===================================================================
--- development/index.md    2017-06-26 08:57:41 +0900 (b581c58)
+++ development/index.md    2017-06-26 18:01:28 +0900 (8a2dd0e)
@@ -46,7 +46,7 @@ Initialize and run PostgreSQL:
 The following one liner is useful to reset all PostgreSQL related data. You store the one liner in your shell history, you can rerun the one linear quickly:
 
 ```console
-% rm -rf /tmp/local/lib/postgresql && \
+% rm -rf /tmp/local/var/lib/postgresql && \
     mkdir -p /tmp/local/var/lib/postgresql &&
     /tmp/local/bin/initdb \
       --locale C \
-------------- next part --------------
HTML����������������������������...
Download 



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