Skip to content

Commit 937d95b

Browse files
authored
chore: run git secrets on bash (#13893)
1 parent 2c0a92b commit 937d95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
. "$(dirname "$0")/runGitSecrets.sh"
3+
bash "$(dirname "$0")/runGitSecrets.sh"
44

55
# Check if profiles.yml has been modified
66
if git diff --cached --name-only | grep -q "examples/full-jaffle-shop-demo/profiles/profiles.yml"; then

0 commit comments

Comments
 (0)