Skip to content

Commit 6f1e54e

Browse files
authored
Update login.ts
Update login description to make it sound more natural. Login to the San Francisco Compute > Login to the San Francisco Compute Company.
1 parent 1268ace commit 6f1e54e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/login.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { getLoggedInAccountId } from "./me.ts";
1818
export function registerLogin(program: Command) {
1919
program
2020
.command("login")
21-
.description("Login to the San Francisco Compute")
21+
.description("Login to the San Francisco Compute Company")
2222
.action(async () => {
2323
const spinner = ora("Logging in...\n").start();
2424

0 commit comments

Comments
 (0)