Browse Source

option_parser.cpp

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

1
src/option_parser.cpp

@ -440,7 +440,6 @@ namespace options
errs_, errs_,
str::join(state.branches,':').c_str()); str::join(state.branches,':').c_str());
if(cfg.branches->empty()) if(cfg.branches->empty())
errs_->push_back({0,"branches not set"}); errs_->push_back({0,"branches not set"});
if(cfg.mountpoint->empty()) if(cfg.mountpoint->empty())

Loading…
Cancel
Save