Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kilpkonn committed May 29, 2021
1 parent 28ab01d commit 94f18c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ var (
Command: "gtm commit --yes",
RE: regexp.MustCompile(`(?s)[/:a-zA-Z0-9$_=()"\.\|\-\\ ]*gtm(.exe"|)\s+commit\s+--yes\.*`),
},
//"post-rewrite": {
// Exe: "gtm",
// Command: "gtm rewrite",
// RE: regexp.MustCompile(
// `(?s)[/:a-zA-Z0-9$_=()"\.\|\-\\ ]*gtm\s+rewrite\.*`),
//},
// "post-rewrite": {
// Exe: "gtm",
// Command: "gtm rewrite",
// RE: regexp.MustCompile(
// `(?s)[/:a-zA-Z0-9$_=()"\.\|\-\\ ]*gtm\s+rewrite\.*`),
// },
}
// GitConfig is map of git configuration settings
GitConfig = map[string]string{
Expand Down

0 comments on commit 94f18c7

Please sign in to comment.