Skip to content

Commit c9d4570

Browse files
Update templates/cli/lib/commands/generic.js.twig
1 parent 6e0412c commit c9d4570

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
@@ -82,7 +82,7 @@ const loginCommand = async ({ email, password, endpoint, mfa, code }) => {
8282
globalConfig.removeSession(id);
8383
globalConfig.setCurrentSession(oldCurrent);
8484
if(endpoint !== DEFAULT_ENDPOINT && error.response === 'user_invalid_credentials'){
85-
log('remember to use --endpoint for self-hosted instances')
85+
log('Use the --endpoint option for self-hosted instances')
8686
}
8787
throw error;
8888
}

0 commit comments

Comments
 (0)