Skip to content

Commit

Permalink
added quotes to fix GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Jones <richard@dagger.io>
  • Loading branch information
Richard Jones committed Sep 28, 2021
1 parent d496b77 commit d63ac60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/universe.bats
Expand Up @@ -85,7 +85,7 @@ setup() {
until docker inspect --format "{{json .State.Status }}" $CONTAINER | grep -m 1 "running"; do sleep 1 ; done
run curl -f -LI http://localhost:8080
assert_output --partial '200 OK'
docker stop $CONTAINER && docker rm $CONTAINER
docker stop "$CONTAINER" && docker rm "$CONTAINER"
}

@test "docker build" {
Expand Down

0 comments on commit d63ac60

Please sign in to comment.