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 \