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

Commit 697cd01

Browse files
authored
Typo fix in changelog tool
1 parent 282dd14 commit 697cd01

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)