Skip to content

Commit ee938c8

Browse files
committed
fix(etcd): don't install etcdctl
1 parent 09cdce7 commit ee938c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

etcd/src/helpers.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ pub fn setup() -> Result<String, Error> {
2323
let stdout = dag()
2424
.flox()?
2525
.with_workdir(".fluentci")?
26-
.with_exec(vec![
27-
"flox", "install", "etcd", "etcdctl", "overmind", "tmux",
28-
])?
26+
.with_exec(vec!["flox", "install", "etcd", "overmind", "tmux"])?
2927
.with_exec(vec![
3028
"grep -q etcd Procfile || echo -e 'etcd: etcd $ETCD_OPTS \\n' >> Procfile",
3129
])?

0 commit comments

Comments
 (0)