Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit ac2f3d1

Browse files
committed
Auto merge of rubygems#152 - olleolleolle:patch-3, r=jules2689
Typo fix in changelog tool This PR fixes a typo in text interactively presented to the user.
2 parents d4f64ec + 697cd01 commit ac2f3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rake/changelog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run
2121
def ensure_new_version_specified
2222
tags = `git tag -l`
2323
return unless tags.include? Changelog.current_version
24-
print "Are you updating the 'master' CHANELOG? [yes/no] "
24+
print "Are you updating the 'master' CHANGELOG? [yes/no] "
2525
abort("Please update lib/gemstash/version.rb with the new version first!") unless STDIN.gets.strip.casecmp("yes") == 0
2626
@master_update = true
2727
end

0 commit comments

Comments
 (0)