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

Commit df28c7b

Browse files
authored
1 parent f34a7a4 commit df28c7b

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
@@ -74,7 +74,7 @@ end
7474
task :verify_private_key_present do
7575
private_key = File.expand_path('~/.gem/rspec-gem-private_key.pem')
7676
unless File.exist?(private_key)
77-
raise "Your private key is not present. This gem should not be built without that."
77+
raise "Your private key is not present. This gem should not be built without it."
7878
end
7979
end
8080

0 commit comments

Comments
 (0)