Skip to content

Commit ff191a0

Browse files
committed
Format
1 parent c51cf87 commit ff191a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def generate_docs():
8484
def update_client():
8585
if len(sys.argv) < 2:
8686
raise RuntimeError("Missing fishjam openapi.yaml raw url positional argument")
87-
87+
8888
url_or_path = sys.argv[1]
8989
is_url = url_or_path.startswith("http://") or url_or_path.startswith("https://")
9090
file_arg = f"--url {url_or_path}" if is_url else f"--path {url_or_path}"

0 commit comments

Comments
 (0)