mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -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');
|
app.setAsDefaultProtocolClient('ssh');
|
||||||
} else if (!config.getConfig().defaultSSHApp && app.isDefaultProtocolClient('ssh')) {
|
} else if (!config.getConfig().defaultSSHApp && app.isDefaultProtocolClient('ssh')) {
|
||||||
//eslint-disable-next-line no-console
|
//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');
|
app.removeAsDefaultProtocolClient('ssh');
|
||||||
}
|
}
|
||||||
installCLI(false);
|
installCLI(false);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue