Skip to content

Commit

Permalink
fix(#217): remove duplicated colon
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Nov 2, 2022
1 parent 2c27c8e commit 587ee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/gefyra/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def prepare_cargo_endpoint(endpoint: str):
return f"{endpoint}:31820"
elif delimiter_count == 1:
if endpoint[-1] == ":":
return f"{endpoint}:31820"
return f"{endpoint}31820"
return endpoint
else:
raise RuntimeError(
Expand Down

0 comments on commit 587ee23

Please sign in to comment.