From 7befff14ccf766fa085acba6a53954402cd1e634 Mon Sep 17 00:00:00 2001 From: Damian Molinski Date: Mon, 2 Dec 2024 12:44:38 +0100 Subject: [PATCH] fix: spelling --- earthly/flutter/Earthfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/earthly/flutter/Earthfile b/earthly/flutter/Earthfile index 6422e65a..489d0623 100644 --- a/earthly/flutter/Earthfile +++ b/earthly/flutter/Earthfile @@ -41,8 +41,7 @@ flutter-base: ENV DEBIAN_FRONTEND=noninteractive - # Runing update and install as same command so if either fails, the whole step fails and - # is not cached. + # Update and install as same command so if either fails, the whole step fails and is not cached. RUN apt-get update --fix-missing && \ apt-get install -y \ apt-utils \