Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Jun 24, 2015
1 parent 7214da5 commit b709053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sphinx--0.1--0.2.sql
Expand Up @@ -8,7 +8,7 @@ GRANT ALL ON sphinx_config TO PUBLIC;

INSERT INTO sphinx_config ("key", "value") VALUES
('host', '127.0.0.1'),
('post', '9306'),
('port', '9306'),
('username', ''),
('password', ''),
('prefix', '');
Expand Down
2 changes: 1 addition & 1 deletion sphinx--0.2.sql
Expand Up @@ -47,7 +47,7 @@ GRANT ALL ON sphinx_config TO PUBLIC;

INSERT INTO sphinx_config ("key", "value") VALUES
('host', '127.0.0.1'),
('post', '9306'),
('port', '9306'),
('username', ''),
('password', ''),
('prefix', '');
Expand Down

0 comments on commit b709053

Please sign in to comment.