Skip to content

Commit eb0e7bc

Browse files
committed
Fix rubocop violations
1 parent b402d38 commit eb0e7bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/create_key

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require "code0/license"
77
# Generate a key pair. You should do this only once.
88
key_pair = OpenSSL::PKey::RSA.generate(4096)
99

10-
environment = ARGV.shift || 'test'
10+
environment = ARGV.shift || "test"
1111

1212
# Write it to a file to use in the license generation application.
1313
File.write("keys/license_encryption_key_#{environment}.key", key_pair.to_pem)

0 commit comments

Comments
 (0)