mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
cli 0.1.7 pass repo dir to periphery gen_config
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1472,7 +1472,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "monitor_cli"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
dependencies = [
|
||||
"async_timing_util",
|
||||
"clap",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "monitor_cli"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
edition = "2021"
|
||||
authors = ["MoghTech"]
|
||||
description = "monitor cli | tools to setup monitor system"
|
||||
|
||||
@@ -293,7 +293,7 @@ pub fn gen_periphery_config(sub_matches: &ArgMatches) {
|
||||
port,
|
||||
stats_polling_rate,
|
||||
allowed_ips,
|
||||
repo_dir: "/repos".to_string(),
|
||||
repo_dir,
|
||||
secrets: Default::default(),
|
||||
github_accounts: Default::default(),
|
||||
docker_accounts: Default::default(),
|
||||
|
||||
Reference in New Issue
Block a user