Skip to content

Commit 6ee68d5

Browse files
committed
Cleanup
1 parent 049e3fc commit 6ee68d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/athena/sweep.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func sweepDataCatalogs(region string) error {
103103
name := aws.ToString(v.CatalogName)
104104

105105
if name == "AwsDataCatalog" {
106-
log.Printf("[INFO] Skipping Athena Data Catalog %s", name)
106+
log.Printf("[INFO] Skipping Athena Data Catalog %q", name)
107107
continue
108108
}
109109

0 commit comments

Comments
 (0)