fix(test-style): set git repo path

pull/376/head
Adam Reese 9 years ago
parent c0a349b938
commit 946fa6375c

@ -22,10 +22,12 @@ readonly red=$(tput bold; tput setaf 1)
readonly green=$(tput bold; tput setaf 2) readonly green=$(tput bold; tput setaf 2)
readonly yellow=$(tput bold; tput setaf 3) readonly yellow=$(tput bold; tput setaf 3)
readonly REPO=github.com/kubernetes/deployment-manager
exit_code=0 exit_code=0
find_go_files() { find_go_files() {
git ls-files '*.go' git -C "${GOPATH}/src/${REPO}" ls-files '*.go'
} }
echo "==> Running golint..." echo "==> Running golint..."

Loading…
Cancel
Save