go/utils/checkcommitters/check_pr.sh: Fix cwd for run.

This commit is contained in:
Aaron Son
2019-07-24 20:27:27 -07:00
parent 7c1ffa0e2f
commit 4ca565249f

View File

@@ -3,5 +3,6 @@
set -eo pipefail
script_dir=$(dirname "$0")
cd "$script_dir"
exec go run . $GIT_COMMIT $CHANGE_TARGET