Skip to content

Commit

Permalink
fix(rust): missing line continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed May 8, 2024
1 parent 70541b0 commit 27a6b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ CARGO:

DO +EXECUTE \
--cmd="cargo" \
--args1="$args"
--args1="$args" \
--output="$output" \
--junit="$junit" \
--coverage="$coverage" \
Expand Down

0 comments on commit 27a6b41

Please sign in to comment.