share/rbbt_commands/resource/glob in rbbt-util-5.38.0 vs share/rbbt_commands/resource/glob in rbbt-util-5.38.1
- old
+ new
@@ -84,7 +84,7 @@
path.glob(where)
end
puts location * "\n"
else
- puts RbbtSSH.command(where, $0, ARGV, options.merge("where" => :all)).read
+ puts SSHLine.command(where, $0, ARGV, options.merge("where" => :all))
end