We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1eb5d commit 1baf8ceCopy full SHA for 1baf8ce
sysdig/cfn_preprocess_template.go
@@ -58,7 +58,7 @@ func updateKeys(inputMap gabs.Container) error {
58
59
err = inputMap.Delete(key)
60
if err != nil {
61
- return fmt.Errorf("failed to delete old key %s" + key)
+ return fmt.Errorf("failed to delete old key %s", key)
62
}
63
64
// recurse to update child's keys
0 commit comments