Skip to content

Commit 0989a71

Browse files
author
markzegarelli
authored
update string
[netlify-ignore]
1 parent fddd1c0 commit 0989a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Ignore builds unless [netlify-build] is present in commit message
33
# ignore = "git log -1 --pretty=%B | ( ! grep -q '\[netlify\-build\]' )"
44
# Ignore if [netlify-ignore] is present
5-
ignore = "git log -1 --pretty=%B | ( grep -q '\[netlify\-ignore\]' )"
5+
ignore = "git log -1 --pretty=%B | ( grep -q '\\[netlify\\-ignore\\]' )"
66

77
[[redirects]]
88
from = "/docs/*"

0 commit comments

Comments
 (0)