Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 528ce21

Browse files
authored
Update rakefile
Minor change to the sentence so that it reads easier.
1 parent 3e6c0fb commit 528ce21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717
task :verify_private_key_present do
1818
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
1919
unless File.exist?(private_key)
20-
raise "Your private key is not present. This gem should not be built without that."
20+
raise "Your private key is not present. This gem should not be built without it."
2121
end
2222
end
2323

0 commit comments

Comments
 (0)