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

Commit a01aba7

Browse files
authored
1 parent 257fae1 commit a01aba7

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
@@ -78,7 +78,7 @@ task :default => [:spec, :cucumber, :rubocop]
7878
task :verify_private_key_present do
7979
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
8080
unless File.exist?(private_key)
81-
raise "Your private key is not present. This gem should not be built without that."
81+
raise "Your private key is not present. This gem should not be built without it."
8282
end
8383
end
8484

0 commit comments

Comments
 (0)