Skip to content

Commit

Permalink
'docker compose' to 'docker-compose' (#1009)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>

Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Aug 29, 2022
1 parent fa6b6b5 commit e62ca81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rekor-harness.sh
Expand Up @@ -94,7 +94,7 @@ VERSIONS=$(git tag --sort=-version:refname | head -n $NUM_VERSIONS_TO_TEST | tac
echo $VERSIONS

export REKOR_HARNESS_TMPDIR="$(mktemp -d -t rekor_test_harness.XXXXXX)"
docker compose down
docker-compose down

for server_version in $VERSIONS
do
Expand Down

0 comments on commit e62ca81

Please sign in to comment.