Skip to content
Prev Previous commit
Next Next commit
Update scripts/ci/update_ext_cmd_tree.py
  • Loading branch information
fengzhou-msft authored Jul 30, 2020
commit a1edc8a4edeae6e9ced1685a5e3d5cd14eab8907
2 changes: 1 addition & 1 deletion scripts/ci/update_ext_cmd_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def upload_cmd_tree():
if filecmp.cmp(file_path, download_file_path):
print("extensionCommandTree.json uploaded successfully. URL: {}".format(url))
else:
raise Exception("Failed to update extensionCommandTree.json in storage account")
raise Exception("Failed to update extensionCommandTree.json in the storage account")


if __name__ == '__main__':
Expand Down