We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0a92b commit 937d95bCopy full SHA for 937d95b
.husky/pre-commit
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-. "$(dirname "$0")/runGitSecrets.sh"
+bash "$(dirname "$0")/runGitSecrets.sh"
4
5
# Check if profiles.yml has been modified
6
if git diff --cached --name-only | grep -q "examples/full-jaffle-shop-demo/profiles/profiles.yml"; then
0 commit comments