Skip to content

Commit 7d7c4b2

Browse files
zeroshiftwilfriedroset
authored andcommitted
fix: impossible comparison
1 parent ffe75f5 commit 7d7c4b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ build:
1111
go build -o dist/
1212

1313
compose-up: compose-down
14-
MIMIR_VERSION=$(MIMIR_VERSION) docker-compose -f ./docker-compose.yml up -d
14+
MIMIR_VERSION=$(MIMIR_VERSION) docker compose -f ./docker-compose.yml up -d
1515
curl -s --retry 12 -f --retry-all-errors --retry-delay 10 http://localhost:8080/ready
1616

1717
compose-down:
18-
docker-compose -f ./docker-compose.yml stop
18+
docker compose -f ./docker-compose.yml stop
1919

2020
docs:
2121
go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs

0 commit comments

Comments
 (0)