Skip to content

Commit c415b81

Browse files
fix incorrect function name
1 parent a2e3e91 commit c415b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .bin/git/hooks/pre-push-build-and-test

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REPO_ROOT_DIR=$(git rev-parse --show-toplevel)
44
CHANGE_COUNT=$(cd ${REPO_ROOT_DIR}; git diff --name-only origin/HEAD..HEAD -- resources/ src/ test/ Dockerfile scripts.sh |wc -l)
55

66
if [[ "0" -ne "${CHANGE_COUNT}" ]]; then
7-
(cd ${REPO_ROOT_DIR}; ./scripts.sh rebuild_nginx rebuild_test_runner test)
7+
(cd ${REPO_ROOT_DIR}; ./scripts.sh rebuild_nginx rebuild_test test)
88
else
99
HOOK_NAME=$(basename $0)
1010

0 commit comments

Comments
 (0)