Skip to content

Commit 0ab2d2a

Browse files
authored
refactor: update name for GCP Audit Log cloud account (#1271)
1 parent 6154c81 commit 0ab2d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/cmd/cloud_account.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ func promptCreateCloudAccount() error {
275275
"AWS CloudTrail (US GovCloud)",
276276
"GCP Config",
277277
"GCP Audit Log",
278-
"GCP Pub Sub Audit Log",
278+
"GCP Audit Log PubSub",
279279
"Azure Config",
280280
"Azure Activity Log",
281281
},
@@ -299,7 +299,7 @@ func promptCreateCloudAccount() error {
299299
return createGcpConfigIntegration()
300300
case "GCP Audit Log":
301301
return createGcpAuditLogIntegration()
302-
case "GCP Pub Sub Audit Log":
302+
case "GCP Audit Log PubSub":
303303
return createGcpPubSubAuditLogIntegration()
304304
case "Azure Config":
305305
return createAzureConfigIntegration()

0 commit comments

Comments
 (0)