commit | 68e452bf713ffb241d5e8c8b95214ededb60d5cf | [log] [tgz] |
---|---|---|
author | Jim Schaad <ietf@augustcellars.com> | Wed Apr 08 10:00:47 2020 -0700 |
committer | Jim Schaad <ietf@augustcellars.com> | Wed Apr 08 10:00:47 2020 -0700 |
tree | ba6e5ed6a03affc3c95a20e574cc41ee5d4a76c0 | |
parent | 4cb4461afb3fefe9962e6563f3d2314acb2a3330 [diff] |
Fix type on dir name
diff --git a/.appveyor.yml b/.appveyor.yml index c5d2b31..b586c00 100644 --- a/.appveyor.yml +++ b/.appveyor.yml
@@ -12,5 +12,5 @@ - cmake -G "Visual Studio 16 2019" build: - project: (APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln + project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln