diff --git a/setup/git_pre_commit_hook.py b/setup/git_pre_commit_hook.py index 4ecb73cd4e..21d3d0996d 100755 --- a/setup/git_pre_commit_hook.py +++ b/setup/git_pre_commit_hook.py @@ -69,7 +69,7 @@ class Bug: msg = msg.replace('Fixesed', 'Fixed') env = dict(os.environ) env['LAUNCHPAD_FIX_BUG'] = msg - subprocess.run([sys.executable, LAUNCHPAD], env=env, input=f'Subject: [Bug ({bug})]', text=True, check=True) + subprocess.run([sys.executable, LAUNCHPAD], env=env, input=f'Subject: [Bug {bug}]', text=True, check=True) def main():