We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6d05f commit 3b09625Copy full SHA for 3b09625
1 file changed
scripts/prepare-commit-msg
@@ -64,7 +64,7 @@ end
64
# combine to new message
65
new_commit_message = "[#{issue_number.upcase}] #{original_commit_message.gsub(/(\s[[:punct:]])+$/, '')}"
66
67
-# write new commit messge to file
+# write new commit message to file
68
File.open(commit_file, 'w') do |f|
69
f.write(new_commit_message)
70
end
0 commit comments