Skip to content

Commit d17c805

Browse files
committed
Fix bug
1 parent c772d4f commit d17c805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/generic.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const loginCommand = async ({ email, password, endpoint, mfa, code }) => {
8989
}
9090

9191
success("Signed in as user with ID: " + account.$id);
92-
info("Next you can create or link to your project using 'appwrite init project'");
92+
log("Next you can create or link to your project using 'appwrite init project'");
9393
};
9494

9595
const whoami = new Command("whoami")

0 commit comments

Comments
 (0)