Skip to content

Commit 1baf8ce

Browse files
authored
fix(ci): fix govet error (#546)
1 parent 8a1eb5d commit 1baf8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysdig/cfn_preprocess_template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func updateKeys(inputMap gabs.Container) error {
5858

5959
err = inputMap.Delete(key)
6060
if err != nil {
61-
return fmt.Errorf("failed to delete old key %s" + key)
61+
return fmt.Errorf("failed to delete old key %s", key)
6262
}
6363

6464
// recurse to update child's keys

0 commit comments

Comments
 (0)