removed quotes
This commit is contained in:
parent
d005ee7a9f
commit
195b9aaaab
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ def _get_parent_hash(diff_id: str, phab:Phabricator) -> str:
|
|||
|
||||
|
||||
def _git_checkout(git_hash:str):
|
||||
subprocess.check_call('git reset --hard "{}"'.format(git_hash), shell=True)
|
||||
subprocess.check_call('git reset --hard {}'.format(git_hash), shell=True)
|
||||
subprocess.check_call('git clean -fdx', shell=True)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue