Skip to content

Commit 2fd083d

Browse files
author
Pavel Berezhnoy
committed
Makefile micro fix
1 parent 719bc84 commit 2fd083d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lint:
2929
up-database:
3030
docker compose -f test/docker-compose.yml up --quiet-pull -d db --wait
3131

32-
.PHONY: up-database
32+
.PHONY: up-adminer
3333
up-adminer:
3434
docker compose -f test/docker-compose.yml up --quiet-pull -d adminer --wait
3535

0 commit comments

Comments
 (0)