forked from openlp/openlp
remove unneeded quotes from commit message
This commit is contained in:
parent
62e9663aec
commit
755f6c5e7c
@ -129,7 +129,7 @@ for bug in bugs:
|
|||||||
commit_command.append('lp:' + bug)
|
commit_command.append('lp:' + bug)
|
||||||
|
|
||||||
commit_command.append('-m')
|
commit_command.append('-m')
|
||||||
commit_command.append('"' + commit_message + '"')
|
commit_command.append(commit_message)
|
||||||
|
|
||||||
commit_command.append('--author')
|
commit_command.append('--author')
|
||||||
commit_command.append('"' + author_email + '"')
|
commit_command.append('"' + author_email + '"')
|
||||||
|
Loading…
Reference in New Issue
Block a user