added remote_branch parameter in one of the tests

This commit is contained in:
surafelabebe 2020-12-21 16:10:47 -08:00 committed by Surafel Worku
parent dbd75ca7b2
commit 69430751ab
2 changed files with 1 additions and 1 deletions

View file

@ -379,7 +379,6 @@ def run(
if args.remote_name and args.remote_url:
environ['PRE_COMMIT_REMOTE_NAME'] = args.remote_name
environ['PRE_COMMIT_REMOTE_URL'] = args.remote_url
print(environ['PRE_COMMIT_REMOTE_NAME'])
if args.checkout_type:
environ['PRE_COMMIT_CHECKOUT_TYPE'] = args.checkout_type