Skip to content

Commit 9a5fa52

Browse files
committed
fix project name
1 parent 7d60fc4 commit 9a5fa52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/flood.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
end.flood ENV['FLOOD_API_TOKEN'],
99
privacy: 'public',
1010
name: ENV['FLOOD_NAME'] ||= 'Simple Demo',
11-
project: 'workspace',
11+
project: 'Workspace',
1212
region: ENV['REGION'] ||= 'us-west-2',
1313
override_parameters: '-Dsun.net.inetaddr.ttl=30'

0 commit comments

Comments
 (0)