We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d40fa commit 9f666efCopy full SHA for 9f666ef
test/integration/pre_commit_test.go
@@ -43,7 +43,7 @@ func TestUpdatePreCommitHook(t *testing.T) {
43
execCmd(t, tmpDir, "git", "init")
44
45
// Install pre-commit hook locally
46
- _ = executeCmdNilAssertion(t, "Installing pre-commit hook", "hooks", "pre-commit", "secrets-install-git-hook")
+ _ = executeCmdNilAssertion(t, "Installing pre-commit hook", "hooks", "pre-commit", "secrets-install-git-hookss")
47
48
// Update pre-commit hook
49
output := executeCmdNilAssertion(t, "Updating pre-commit hook", "hooks", "pre-commit", "secrets-update-git-hook")
0 commit comments