| Index: infra/tools/restart/__main__.py
|
| diff --git a/infra/tools/restart/__main__.py b/infra/tools/restart/__main__.py
|
| index 70fce749279e13e19b06a5642b83d1ae4ef96d43..c8741241ec5d1cfd6c4bd645c756a5efd9755dab 100755
|
| --- a/infra/tools/restart/__main__.py
|
| +++ b/infra/tools/restart/__main__.py
|
| @@ -39,7 +39,7 @@ def main(argv):
|
|
|
| return restart.run(args.masters, restart_time,
|
| args.reviewer, args.bug, args.force, args.no_commit,
|
| - args.desired_state)
|
| + args.desired_state, args.reason)
|
|
|
|
|
| if __name__ == '__main__':
|
|
|