Skip to content

Commit

Permalink
Add 's' to archive make command
Browse files Browse the repository at this point in the history
  • Loading branch information
bendnorman committed Sep 25, 2024
1 parent 98c2330 commit 30577ed
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 @@ -34,7 +34,7 @@ jupyter_lab:
docker compose up

archive_all:
$(APP_RUN_COMMAND) python -m dbcp.cli run-archives
$(APP_RUN_COMMAND) python -m dbcp.cli run-archivers

save_settings:
$(APP_RUN_COMMAND) python -m dbcp.cli save-settings
Expand Down

0 comments on commit 30577ed

Please sign in to comment.