diff --git a/commands/login/mod.ts b/commands/login/mod.ts index 609f868..4829dec 100644 --- a/commands/login/mod.ts +++ b/commands/login/mod.ts @@ -31,7 +31,7 @@ export const login = command("login", { if (!apiKey) { try { await open( - new URL("settings/api-keys", env.get("PAPERSPACE_CONSOLE_URL")) + "", + new URL("settings/apikeys", env.get("PAPERSPACE_CONSOLE_URL")) + "", ); } catch (_err) { // do nothing it's all good