Skip to content

Commit

Permalink
msys2_install.sh: wrap requirements.txt in quotes (qmk#8424)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and drashna committed May 24, 2020
1 parent cef340b commit e193fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/msys2_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

Expand Down

0 comments on commit e193fb1

Please sign in to comment.