Skip to content

Commit 1a11295

Browse files
committed
Make appveyor UnitTesting point to master repo
1 parent 45d39ff commit 1a11295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install:
66
- ps: mkdir "C:\st\Data\Packages" -force > $null
77
- ps: mkdir "C:\st\Data\Packages\PowerShell" -force > $null
88
- ps: cp -Recurse * "C:\st\Data\Packages\PowerShell" -Force
9-
- ps: git clone -q --branch=master https://github.com/my-personal-forks/UnitTesting.git "C:\st\Data\Packages\UnitTesting"
9+
- ps: git clone -q --branch=master https://github.com/randy3k/UnitTesting.git "C:\st\Data\Packages\UnitTesting"
1010
- ps: write-host -ForegroundColor Yellow "installing pester"
1111
- ps: cinst pester
1212

0 commit comments

Comments
 (0)