Skip to content

Commit 190f498

Browse files
Update templates/cli/lib/commands/generic.js.twig
1 parent bd6cd6a commit 190f498

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
@@ -189,7 +189,7 @@ const logout = new Command("logout")
189189
const current = globalConfig.getCurrentSession();
190190

191191
if (current === '' || !sessions.length) {
192-
log('No accounts were located');
192+
log('No active session found.');
193193
return;
194194
}
195195
if (sessions.length === 1) {

0 commit comments

Comments
 (0)