mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-21 11:35:54 +00:00
Fix breaking bug in resin local ssh
This commit is contained in:
parent
5b651c7821
commit
78ab47b584
@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed breaking bug in `resin local ssh`
|
||||
|
||||
## [5.10.0] - 2017-05-22
|
||||
|
||||
### Added
|
||||
|
@ -94,4 +94,4 @@ exports.pipeContainerStream = Promise.method(function(arg) {
|
||||
});
|
||||
});
|
||||
|
||||
exports.getSubShellCommand = require('../../utils/helpers');
|
||||
exports.getSubShellCommand = require('../../utils/helpers').getSubShellCommand;
|
||||
|
@ -58,4 +58,4 @@ exports.pipeContainerStream = Promise.method ({ deviceIp, name, outStream, follo
|
||||
return console.log(chalk.red.bold("Container '#{name}' not found."))
|
||||
throw err
|
||||
|
||||
exports.getSubShellCommand = require('../../utils/helpers')
|
||||
exports.getSubShellCommand = require('../../utils/helpers').getSubShellCommand
|
||||
|
Loading…
x
Reference in New Issue
Block a user