Skip to content

Commit

Permalink
Fix rubocop violations
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed May 10, 2024
1 parent b402d38 commit eb0e7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create_key
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require "code0/license"
# Generate a key pair. You should do this only once.
key_pair = OpenSSL::PKey::RSA.generate(4096)

environment = ARGV.shift || 'test'
environment = ARGV.shift || "test"

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

0 comments on commit eb0e7bc

Please sign in to comment.