more typos

pull/743/head
John Shahid 2014-07-15 13:00:21 -04:00
parent 29ad12c7c5
commit 54410a2961
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ commit hook to guard against accidentally committing unformatted
code. To use the pre-commit hook, run the following:
cd $GOPATH/src/github.com/influxdb/influxdb
cp .hook/pre-commit .git/hooks/
cp .hooks/pre-commit .git/hooks/
In case the commit is rejected because it's not formatted you can run
the following to format the code: