Skip to content

Commit 5398073

Browse files
Update storage_control_create_anywhere_cache.rb
1 parent 31d11d4 commit 5398073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-storage-control/samples/storage_control_create_anywhere_cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def create_anywhere_cache bucket_name:, zone:
4141
# Call the create_anywhere_cache method.
4242
result = storage_control_client.create_anywhere_cache request
4343

44-
if result.instance_of?(Gapic::Operation)
44+
if result.instance_of? Gapic::Operation
4545
puts "AnywhereCache created - #{result.name}"
4646
else
4747
puts "operation failed"

0 commit comments

Comments
 (0)