We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0061e06 commit 855eb6aCopy full SHA for 855eb6a
1 file changed
main.go
@@ -87,7 +87,7 @@ func initArgparser() {
87
// resourceGroup filter
88
Opts.Janitor.ResourceGroups.Filter = fmt.Sprintf(
89
"tagName eq '%s'",
90
- strings.Replace(Opts.Janitor.Tag, "'", "\\'", -1),
+ strings.ReplaceAll(Opts.Janitor.Tag, "'", "\\'"),
91
)
92
93
// ResourceGroups: add additional filter
0 commit comments