Skip to content

Commit

Permalink
fix: api keys url
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-kwang authored Jun 13, 2024
1 parent 5cfc593 commit 3ba77e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/login/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ba77e1

Please sign in to comment.