mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
msys2_install.sh: wrap requirements.txt in quotes (#8424)
This commit is contained in:
parent
dc68418660
commit
c18b51e68e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ else
|
|||
fi
|
||||
popd
|
||||
|
||||
pip3 install -r ${util_dir}/../requirements.txt
|
||||
pip3 install -r "${util_dir}/../requirements.txt"
|
||||
|
||||
cp -f "$dir/activate_msys2.sh" "$download_dir/"
|
||||
|
||||
|
|
Loading…
Reference in a new issue