fixed bad arguments being passed in install2.sh
This commit is contained in:
parent
8357cddbab
commit
41f0c8ef95
1 changed files with 1 additions and 1 deletions
|
@ -49,4 +49,4 @@ python3 -m pip install --user pipx
|
|||
python3 -m pipx ensurepath
|
||||
export PATH=$PATH:~/.local/bin
|
||||
pipx install invoke
|
||||
inv install $(dev) $(verbose)
|
||||
inv install ${dev} ${verbose}
|
||||
|
|
Loading…
Reference in a new issue