lib/munge/cli/commands/view.rb in munge-0.14.0 vs lib/munge/cli/commands/view.rb in munge-0.15.0
- old
+ new
@@ -35,10 +35,10 @@
# @param build_root [String, nil]
def initialize(bootloader, host:, port:, build_root: nil)
config = bootloader.config
@host = host
@port = port
- root = File.expand_path(build_root || config[:output], bootloader.root_path)
+ root = File.expand_path(build_root || config[:output_path], bootloader.root_path)
@app =
Rack::Builder.new do
use Rack::ShowExceptions
use Rack::Head