mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
added remote_branch parameter in one of the tests
This commit is contained in:
parent
dbd75ca7b2
commit
69430751ab
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue