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:
parent
3e6c0fb9c9
commit
528ce21b46
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue