Skip to content

Commit

Permalink
Fix name of the swag target swag.init => swag
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMura authored Nov 13, 2021
1 parent ca6de26 commit 8176cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ migrate.down:
migrate.force:
migrate -path $(MIGRATIONS_FOLDER) -database "$(DATABASE_URL)" force $(version)

docker.run: docker.network docker.postgres swag.init docker.fiber docker.redis migrate.up
docker.run: docker.network docker.postgres swag docker.fiber docker.redis migrate.up

docker.network:
docker network inspect dev-network >/dev/null 2>&1 || \
Expand Down

0 comments on commit 8176cc2

Please sign in to comment.