fixed typo in var name
This commit is contained in:
parent
b1dde01ac0
commit
4ebb7edb11
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ def main():
|
|||
phid = os.environ['PHID']
|
||||
conduit_token = os.environ['CONDUIT_TOKEN']
|
||||
host = os.environ['PHABRICATOR_HOST']
|
||||
diff_json_path = os.environ['JSON_DIFF']
|
||||
diff_json_path = os.environ['DIFF_JSON']
|
||||
print('Applying patch for Phabricator diff {} for build {}'.format(diff_id,phid))
|
||||
phab = Phabricator(token=conduit_token, host=host+'/api/')
|
||||
phab.update_interfaces()
|
||||
|
|
Loading…
Reference in a new issue