mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Fix typo in comments (#3185)
This commit is contained in:
parent
24079fc803
commit
6451ba7f85
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ app.on('ready', () =>
|
|||
app.setAsDefaultProtocolClient('ssh');
|
||||
} else if (!config.getConfig().defaultSSHApp && app.isDefaultProtocolClient('ssh')) {
|
||||
//eslint-disable-next-line no-console
|
||||
console.log('Removing Hyper from default client for ssh:// protocl');
|
||||
console.log('Removing Hyper from default client for ssh:// protocol');
|
||||
app.removeAsDefaultProtocolClient('ssh');
|
||||
}
|
||||
installCLI(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue