1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00

Update rakefile

Minor change to the sentence so that it reads easier.
This commit is contained in:
Steven Church 2020-07-24 11:49:21 +01:00 committed by GitHub
parent 3e6c0fb9c9
commit 528ce21b46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ end
task :verify_private_key_present do
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
unless File.exist?(private_key)
raise "Your private key is not present. This gem should not be built without that."
raise "Your private key is not present. This gem should not be built without it."
end
end