Skip to content

Commit ec11566

Browse files
authored
1 parent cdafdcd commit ec11566

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

0 commit comments

Comments
 (0)