Skip to content

Commit

Permalink
fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons committed Nov 1, 2021
1 parent c2dd09e commit e0fb765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/cli/cli_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def post_delete_endpoint(
session, gms_host = get_session_and_host()
url = gms_host + path

return post_delete_endpoint_with_session_and_host(session, url, payload_obj)
return post_delete_endpoint_with_session_and_url(session, url, payload_obj)

def post_delete_endpoint_with_session_and_url(
session,
Expand Down

0 comments on commit e0fb765

Please sign in to comment.