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
1 changed files with 1 additions and 1 deletions

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