Skip to content

Commit 7fc7d8c

Browse files
simideivid-rodriguez
authored andcommitted
Merge pull request #7690 from stomar/fix-typo-build-checksum
Fix typo in description of build:checksum task (cherry picked from commit 7dddd65)
1 parent 0621288 commit 7fc7d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/lib/bundler/gem_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def install
4747
built_gem_path = build_gem
4848
end
4949

50-
desc "Generate SHA512 checksum if #{name}-#{version}.gem into the checksums directory."
50+
desc "Generate SHA512 checksum of #{name}-#{version}.gem into the checksums directory."
5151
task "build:checksum" => "build" do
5252
build_checksum(built_gem_path)
5353
end

0 commit comments

Comments
 (0)