mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-23 23:42:24 +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
|
// A little bit hacky, but it means we can fall
|
||||||
// through to the next handling mechanism
|
// through to the next handling mechanism
|
||||||
params.applicationOrDevice = choice.uuid;
|
params.applicationOrDevice = choice.uuid;
|
||||||
paramChecks.deviceChecked = true;
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (e instanceof BalenaApplicationNotFound) {
|
if (e instanceof BalenaApplicationNotFound) {
|
||||||
exitWithExpectedError(
|
exitWithExpectedError(
|
||||||
|
Loading…
Reference in New Issue
Block a user