Skip to content

Commit 3b09625

Browse files
Danieljanniks
authored andcommitted
Fix typo (#20)
1 parent bc6d05f commit 3b09625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/prepare-commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ end
6464
# combine to new message
6565
new_commit_message = "[#{issue_number.upcase}] #{original_commit_message.gsub(/(\s[[:punct:]])+$/, '')}"
6666

67-
# write new commit messge to file
67+
# write new commit message to file
6868
File.open(commit_file, 'w') do |f|
6969
f.write(new_commit_message)
7070
end

0 commit comments

Comments
 (0)