Skip to content

Commit 185dd04

Browse files
committed
Download the correct binary in CLI mode
1 parent 8066169 commit 185dd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gel/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def _install_cli(os_name: str, arch: str, path: pathlib.Path) -> str:
229229
else:
230230
_die(f"unexpected OS: {os}")
231231

232-
url = f"{PACKAGE_URL_PREFIX}/{triple}/edgedb-cli{ext}"
232+
url = f"{PACKAGE_URL_PREFIX}/{triple}/gel-cli{ext}"
233233

234234
if path.exists() and not path.is_file():
235235
_die(f"{path} exists but is not a regular file, "

0 commit comments

Comments
 (0)