Skip to content

Commit 855eb6a

Browse files
committed
fix lint
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 0061e06 commit 855eb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func initArgparser() {
8787
// resourceGroup filter
8888
Opts.Janitor.ResourceGroups.Filter = fmt.Sprintf(
8989
"tagName eq '%s'",
90-
strings.Replace(Opts.Janitor.Tag, "'", "\\'", -1),
90+
strings.ReplaceAll(Opts.Janitor.Tag, "'", "\\'"),
9191
)
9292

9393
// ResourceGroups: add additional filter

0 commit comments

Comments
 (0)