mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-30 16:12:39 -06:00
go/utils/checkcommitters/check_pr.sh: Fix cwd for run.
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
set -eo pipefail
|
||||
|
||||
script_dir=$(dirname "$0")
|
||||
cd "$script_dir"
|
||||
|
||||
exec go run . $GIT_COMMIT $CHANGE_TARGET
|
||||
|
||||
Reference in New Issue
Block a user