Skip to content

Commit

Permalink
fix: redis instance name is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
edosrecki committed Oct 12, 2023
1 parent a1dff81 commit c6677f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/gcloud/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const fetchGoogleCloudRedisInstancesForRegion = memoize(
gcloud redis instances list \
--project=${project} \
--region=${region} \
--format='csv(displayName,locationId,host,port)' \
--format='csv(name,locationId,host,port)' \
--quiet
`)

Expand Down

0 comments on commit c6677f7

Please sign in to comment.