fix quoting

This commit is contained in:
Rory OConnell
2020-06-29 15:44:13 -07:00
parent 0ed623c442
commit ce167d70b7
+1 -1
View File
@@ -41,7 +41,7 @@ environment:
machine: x86
init:
- call "%visualcpp%" "%machine%"
- call "%visualcpp%" %machine%
# For using Rubyins4aller's Ruby 2.6 64bit
# 2.6 is the highest supported Ruby version across all historical
# Visual Studio AppVeyor images. Ruby 2.7 is only on the 2019 image.