Browse Source

option_parser.cpp

passthrough-depth
Antonio SJ Musumeci 1 month ago
parent
commit
988ec2f7aa
  1. 2
      src/option_parser.cpp

2
src/option_parser.cpp

@ -428,7 +428,7 @@ namespace options
errs_->push_back({0,"mountpoint not set"}); errs_->push_back({0,"mountpoint not set"});
if(state.branches.size() < 1) if(state.branches.size() < 1)
errs_->push_back({0,"branches not set"}); errs_->push_back({0,"branches not set"});
if(!errs_->empty())
state.mountpoint = state.branches.back(); state.mountpoint = state.branches.back();

Loading…
Cancel
Save