Browse Source

Fix to test path

pull/62/head
sup3rlativ3 6 years ago
parent
commit
3fb4b77a7f
  1. 2
      appveyor.yml

2
appveyor.yml

@ -10,7 +10,7 @@ init:
- ps: git config --global core.autocrlf true
build_script:
- ps: Import-Module -Force ./NTFSSecurity/NTFSSecurity.psm1
- ps: Import-Module -Force NTFSSecurity\NTFSSecurity\NTFSSecurity.psm1
test_script:
- ps: |

Loading…
Cancel
Save