removed space at end of line (copy & paste is now possible ;))

This commit is contained in:
Martin Thielecke 2015-08-05 09:32:58 +00:00
parent 5be9132ad0
commit faa1c563ea

View File

@ -20,7 +20,7 @@ usage
( cd .git/hooks && \
ln -s $GOPATH/bin/git-gohooks pre-commit && \
ln -s $GOPATH/bin/githook-gofmt pre-commit_01_gofmt && \
ln -s $GOPATH/bin/githook-gobuild pre-commit_02_gobuild && \
ln -s $GOPATH/bin/githook-gobuild pre-commit_02_gobuild && \
ln -s $GOPATH/bin/githook-gotest pre-commit_03_gotest )
* on a Windows system in a command shell with **Administrator privileges**