Skip to content

Commit

Permalink
Fix a typo in appveyor.yml (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored and sgillies committed Oct 5, 2018
1 parent cfa66d4 commit 2df3a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

global:
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# /E:ON and /V:ON options are not enabled in the batch script interpreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
GDAL_HOME: "C:\\gdal"
Expand Down

0 comments on commit 2df3a0f

Please sign in to comment.