Skip to content

Commit

Permalink
Use the python linked to the current env to invoke the CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ghickman committed Nov 7, 2023
1 parent 4409fad commit 8739270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ grafana:


metrics *args: devenv
python -m metrics {{ args }}
$BIN/python -m metrics {{ args }}


docker-build env="dev":
Expand Down

0 comments on commit 8739270

Please sign in to comment.