Skip to content

Commit

Permalink
Fix precheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
eshagoel06 committed Mar 4, 2024
1 parent 90f54bc commit 67630fb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ var ServicesListBeta = mapOf(
"displayName" to "Appengine",
"path" to "./google-beta/services/appengine"
),
"apphub" to mapOf(
"name" to "apphub",
"displayName" to "Apphub",
"path" to "./google/services/apphub"
),
"artifactregistry" to mapOf(
"name" to "artifactregistry",
"displayName" to "Artifactregistry",
Expand Down

0 comments on commit 67630fb

Please sign in to comment.