Skip to content

Commit e62ca81

Browse files
authored
'docker compose' to 'docker-compose' (sigstore#1009)
Signed-off-by: Bob Callaway <bcallaway@google.com> Signed-off-by: Bob Callaway <bcallaway@google.com>
1 parent fa6b6b5 commit e62ca81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rekor-harness.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ VERSIONS=$(git tag --sort=-version:refname | head -n $NUM_VERSIONS_TO_TEST | tac
9494
echo $VERSIONS
9595

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

9999
for server_version in $VERSIONS
100100
do

0 commit comments

Comments
 (0)