Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaevans committed May 16, 2024
1 parent 5809817 commit 42d4404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker/hypervisor/google_compute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def initialize(google_hosts, options)
# Create and configure virtual machines in the Google Compute Engine,
# including their associated disks and firewall rules
def provision
test_group_identifier = "beaker-${SecureRandom.hex(4)}"
test_group_identifier = "beaker-#{SecureRandom.hex(4)}"

# set firewall to open pe ports
network = @gce_helper.get_network
Expand Down

0 comments on commit 42d4404

Please sign in to comment.