Skip to content

Commit

Permalink
change comment; add new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
idodod committed Nov 3, 2023
1 parent 3e1754d commit fdb496d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions git/Earthfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -29,4 +29,4 @@ DEEP_CLONE:
END

test:
BUILD ./tests+all
BUILD ./tests+all
2 changes: 1 addition & 1 deletion ssh/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ known-hosts:
SAVE ARTIFACT known_hosts

test:
BUILD ./tests+all
BUILD ./tests+all

0 comments on commit fdb496d

Please sign in to comment.