Skip to content

Commit

Permalink
chore: Fix typo in Makefile (#3108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum authored Mar 11, 2024
1 parent 241ea9b commit de31c94
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 @@ -289,7 +289,7 @@ init-db-from-ls-test-server-dump: ## init local database with data from local du
${MAKE} init-db-from-dump-file DUMP=db.ls-test-server.dasch.swiss.trig

.PHONY: db-dump
db-dump: ## Dump data from an env. Use as `make db_dump PW=database-password ENV=db.0000-test-server.dasch.swiss`
db-dump: ## Dump data from an env. Use as `make db-dump PW=database-password ENV=db.0000-test-server.dasch.swiss`
@echo $@
@echo dumping environment ${ENV}
@curl -X GET -H "Accept: application/trig" -u "admin:${PW}" "https://${ENV}/dsp-repo" > "${ENV}.trig"
Expand Down

0 comments on commit de31c94

Please sign in to comment.