Skip to content

Commit

Permalink
Merge pull request #2838 from jpmcb/fixup-testing-md
Browse files Browse the repository at this point in the history
TESTING.md: Fixes missing trailing backslash on `ami` commands
  • Loading branch information
jpmcb authored Feb 28, 2023
2 parents 9441548 + 4f28296 commit aa76328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ cargo make \
cargo make \
-e BUILDSYS_VARIANT="aws-k8s-1.24" \
-e BUILDSYS_ARCH="x86_64" \
-e PUBLISH_REGIONS="us-west-2"
-e PUBLISH_REGIONS="us-west-2" \
ami

cargo make \
Expand Down Expand Up @@ -234,7 +234,7 @@ cargo make \
cargo make \
-e BUILDSYS_VARIANT="aws-ecs-1" \
-e BUILDSYS_ARCH="x86_64" \
-e PUBLISH_REGIONS="us-west-2"
-e PUBLISH_REGIONS="us-west-2" \
ami

cargo make \
Expand Down

0 comments on commit aa76328

Please sign in to comment.