diff --git a/files/check.sh b/files/check.sh index 96d8d5b..4fd937d 100644 --- a/files/check.sh +++ b/files/check.sh @@ -4,7 +4,7 @@ DIR=`dirname $0` git config --global core.quotepath false -go get $DIR/... +go get ./... go build -o /tmp/check_spell $DIR/check_spell.go go build -o /tmp/check_links $DIR/check_links.go