File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,10 +212,10 @@ lint-security: # https://bandit.readthedocs.io/en/latest/index.html
212
212
# CLI Commands
213
213
##################################################
214
214
215
- cmd: ## Run Flask app CLI command (Run `make cli args="--help"` to see list of CLI commands)
215
+ cmd: ## Run Flask app CLI command (Run `make cmd args="--help"` to see list of CLI commands)
216
216
$(FLASK_CMD) $(args)
217
217
218
- cmd-user-create-csv: ## Create a CSV of the useres in the database (Run `make cli -user-create-csv args="--help"` to see the command's options)
218
+ cmd-user-create-csv: ## Create a CSV of the users in the database (Run `make cmd -user-create-csv args="--help"` to see the command's options)
219
219
$(FLASK_CMD) user create-csv $(args)
220
220
221
221
# Set init-db as pre-requisite since there seems to be a race condition
You can’t perform that action at this time.
0 commit comments