diff options
Diffstat (limited to 'lib/hyperstack/ssh_runner.rb')
| -rw-r--r-- | lib/hyperstack/ssh_runner.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hyperstack/ssh_runner.rb b/lib/hyperstack/ssh_runner.rb index f41859d..e4440b6 100644 --- a/lib/hyperstack/ssh_runner.rb +++ b/lib/hyperstack/ssh_runner.rb @@ -1,5 +1,6 @@ # frozen_string_literal: true +require 'fileutils' require 'open3' require 'socket' |
