Skip to content

Commit 6fcce4c

Browse files
authored
1 parent c0a8c22 commit 6fcce4c

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
@@ -224,7 +224,7 @@ task default: [:spec, :acceptance]
224224
task :verify_private_key_present do
225225
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
226226
unless File.exist?(private_key)
227-
raise "Your private key is not present. This gem should not be built without that."
227+
raise "Your private key is not present. This gem should not be built without it."
228228
end
229229
end
230230

0 commit comments

Comments
 (0)