cli 0.1.7 pass repo dir to periphery gen_config

This commit is contained in:
mbecker20
2023-01-11 10:45:07 +00:00
parent 7060926854
commit 6655cb43b5
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -1472,7 +1472,7 @@ dependencies = [
[[package]]
name = "monitor_cli"
version = "0.1.6"
version = "0.1.7"
dependencies = [
"async_timing_util",
"clap",

View File

@@ -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"

View File

@@ -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(),