From fdb496df5e9422ce30f2aa0d8a1a054433709a7f Mon Sep 17 00:00:00 2001 From: Ido David Date: Fri, 3 Nov 2023 14:46:45 -0400 Subject: [PATCH] change comment; add new lines --- git/Earthfile | 4 ++-- ssh/Earthfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/git/Earthfile b/git/Earthfile index 4004361..13083e4 100644 --- a/git/Earthfile +++ b/git/Earthfile @@ -1,6 +1,6 @@ VERSION --arg-scope-and-set 0.7 -# DEEP_CLONE deep clones the provided git repository +# DEEP_CLONE deep clones the provided git url DEEP_CLONE: COMMAND ARG USE_GIT_ENV="false" @@ -29,4 +29,4 @@ DEEP_CLONE: END test: - BUILD ./tests+all \ No newline at end of file + BUILD ./tests+all diff --git a/ssh/Earthfile b/ssh/Earthfile index a0cd61f..2496d23 100644 --- a/ssh/Earthfile +++ b/ssh/Earthfile @@ -16,4 +16,4 @@ known-hosts: SAVE ARTIFACT known_hosts test: - BUILD ./tests+all \ No newline at end of file + BUILD ./tests+all