Skip to content

Commit 45b63fc

Browse files
committed
refactor: Makefile
1 parent b8719b3 commit 45b63fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ storage-push: .venv storage-pull
4545
@ docker compose run --rm --remove-orphans abi bash -c 'poetry run python scripts/storage_push.py | sh'
4646

4747
triplestore-prod-remove: .venv
48-
@ echo "Removing storage..."
48+
@ echo "Removing production triplestore..."
4949
@ docker compose run --rm -it --remove-orphans abi bash -c 'poetry run python scripts/triplestore_prod_remove.py'
5050

5151
triplestore-prod-override: .venv
52-
@ echo "Overriding storage..."
52+
@ echo "Overriding production triplestore..."
5353
@ docker compose run -it --rm --remove-orphans abi bash -c 'poetry run python scripts/triplestore_prod_override.py'
5454

5555
triplestore-prod-pull: .venv
56-
@ echo "Pulling storage..."
56+
@ echo "Pulling production triplestore..."
5757
@ docker compose run --rm --remove-orphans abi bash -c 'poetry run python scripts/triplestore_prod_pull.py'
5858

5959
clean:

0 commit comments

Comments
 (0)