Skip to content

Commit

Permalink
fix: impossible comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshift authored and wilfriedroset committed Oct 9, 2024
1 parent ffe75f5 commit 7d7c4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ build:
go build -o dist/

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

compose-down:
docker-compose -f ./docker-compose.yml stop
docker compose -f ./docker-compose.yml stop

docs:
go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs
Expand Down

0 comments on commit 7d7c4b2

Please sign in to comment.