Browse Source

fixed emberapp path for windows

Rafał Pitoń 10 years ago
parent
commit
ecedf38bc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -25,7 +25,7 @@ install:
   - set PATH=%APPDATA%\npm;%PATH%
   - set PATH=%APPDATA%\npm;%PATH%
   - npm config set cache C:\nc
   - npm config set cache C:\nc
   - npm version
   - npm version
-  - dir C:\projects\misago\emberapp
+  - dir C:\projects\misago\misago\emberapp
   - npm install -g bower
   - npm install -g bower
   - npm install
   - npm install
   - bower install
   - bower install