mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-28 23:20:55 +08:00
fix: surpress warnings
This commit is contained in:
@@ -120,8 +120,8 @@ fn main() {
|
||||
process::exit(1);
|
||||
}
|
||||
};
|
||||
let conf = match Config::from_config_file(config_file) {
|
||||
Ok(conf) => {
|
||||
match Config::from_config_file(config_file) {
|
||||
Ok(_) => {
|
||||
info!("Loaded config!");
|
||||
process::exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user