Skip to content

Commit

Permalink
[consul] delete test value
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 16, 2024
1 parent b890b9d commit cef06de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consul/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub fn start(_args: String) -> FnResult<String> {
.with_exec(vec!["overmind", "status"])?
.with_exec(vec!["consul", "kv", "put", "redis/config/minconns", "1"])?
.with_exec(vec!["consul", "kv", "get", "redis/config/minconns"])?
.with_exec(vec!["consul", "kv", "delete", "redis/config/minconns"])?
.stdout()?;
Ok(stdout)
}
Expand Down

0 comments on commit cef06de

Please sign in to comment.