aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 79c366b..481fe35 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -21,7 +21,7 @@ struct Opt {
#[structopt(
long = "consul-addr",
env = "TRICOT_CONSUL_HOST",
- default_value = "http://127.0.0.1:8500/"
+ default_value = "http://127.0.0.1:8500"
)]
pub consul_addr: String,