From 6e0673a3857f62bf3c2d14604a40ebed090a93c6 Mon Sep 17 00:00:00 2001 From: Adam Shamblin Date: Mon, 20 Feb 2023 16:06:38 -0700 Subject: [PATCH] fix typo --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 3f1afe83..fae4e054 100644 --- a/Earthfile +++ b/Earthfile @@ -13,7 +13,7 @@ deps-base: deps-capnp: FROM +deps-base COPY scripts/earthly/install_capnproto.sh / - RUN /bin/bash /install_capnproto.sh; rm /install_capnproto.sh 1 + RUN /bin/bash /install_capnproto.sh 1; rm /install_capnproto.sh # Install protoc deps-protoc: