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

Commit 04e9eab

Browse files
committed
1 parent 82ac3cd commit 04e9eab

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
@@ -65,7 +65,7 @@ task :default => [:spec, :cucumber]
6565
task :verify_private_key_present do
6666
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
6767
unless File.exist?(private_key)
68-
raise "Your private key is not present. This gem should not be built without that."
68+
raise "Your private key is not present. This gem should not be built without it."
6969
end
7070
end
7171

0 commit comments

Comments
 (0)