mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Fix SSH'ing into a device from application
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
6696b1b5f7
commit
01b454351b
@ -384,7 +384,6 @@ export const ssh: CommandDefinition<
|
||||
// A little bit hacky, but it means we can fall
|
||||
// through to the next handling mechanism
|
||||
params.applicationOrDevice = choice.uuid;
|
||||
paramChecks.deviceChecked = true;
|
||||
} catch (e) {
|
||||
if (e instanceof BalenaApplicationNotFound) {
|
||||
exitWithExpectedError(
|
||||
|
Loading…
Reference in New Issue
Block a user