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 f552f82 commit eb82060
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 eb82060

Please sign in to comment.