We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84274c7 commit b46a2bdCopy full SHA for b46a2bd
1 file changed
project/project.go
@@ -34,7 +34,7 @@ var (
34
"post-commit": {
35
Exe: "gtm",
36
Command: "gtm commit --yes",
37
- RE: regexp.MustCompile(`(?s)[/,\,:,a-z,A-Z,0-9,$,-,_,=,(,),",., ]*gtm(.exe"|)\s+commit\s+--yes\.*`)},
+ RE: regexp.MustCompile(`(?s)[/,\\,:,a-z,A-Z,0-9,$,-,_,=,(,),",., ]*gtm(.exe"|)\s+commit\s+--yes\.*`)},
38
}
39
// GitConfig is map of git configuration settings
40
GitConfig = map[string]string{
0 commit comments