mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-10 17:43:00 +08:00
fix: use localhost instead of 127.0.0.1
This commit is contained in:
@@ -5,6 +5,7 @@ echo "SCRIPT_DIR:, $SCRIPT_DIR"
|
||||
# assume the script is always in <repository>/scripts
|
||||
pushd "$SCRIPT_DIR/.." >/dev/null
|
||||
|
||||
mkdir -p .git/hooks
|
||||
PRE_COMMIT_FILE=.git/hooks/pre-commit
|
||||
|
||||
# install pre-commit hook and make it executable
|
||||
|
||||
Reference in New Issue
Block a user