aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-11-01 15:37:56 -0500
committerGanesh Viswanathan <dev@genotrance.com>2018-11-01 15:37:56 -0500
commitf1a8d178910e150746e6cc630cc0f08eb6e86a34 (patch)
tree3e023ddc6f2273ddfeca4881b0be6862dcb4ea4b
parent8188c7511858c28259f0244056f886c25a8f0cc5 (diff)
downloadnimgen-f1a8d178910e150746e6cc630cc0f08eb6e86a34.tar.gz
nimgen-f1a8d178910e150746e6cc630cc0f08eb6e86a34.zip
Fix version printappveyor-1
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 35c49fb..a4d7c74 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,7 +29,7 @@ for:
install:
- CD c:\
- IF not exist "binaries" (
- echo $NIM_VERSION &&
+ echo %NIM_VERSION% &&
MKDIR binaries &&
CD binaries &&
appveyor DownloadFile "%MINGW_URL%/%MINGW_ARCHIVE%/download" -FileName "%MINGW_ARCHIVE%" &&