From 3fb4b77a7f8b00968f83eefe6509302443f7c70a Mon Sep 17 00:00:00 2001 From: sup3rlativ3 Date: Mon, 14 Oct 2019 21:23:49 +1100 Subject: [PATCH] Fix to test path --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b7db491..eafbb83 100644 --- a/appveyor.yml +++ b/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: |