From 0641d0796506b87bed9b2349e2c2205441b5e9b5 Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 17 Apr 2024 10:07:08 -0400 Subject: [PATCH] Update earthly-ci --- scripts/earthly-ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/earthly-ci b/scripts/earthly-ci index 07be9b64979..43eeb9b17aa 100755 --- a/scripts/earthly-ci +++ b/scripts/earthly-ci @@ -1,6 +1,6 @@ #!/usr/bin/env bash # A wrapper for Earthly that is meant to caught signs of known intermittent failures and continue. -# The silver lining is if Earthly does crash, the cache can pick up the buil. +# The silver lining is if Earthly does crash, the cache can pick up the build. set -eu -o pipefail # Flag to determine if -i is present