Skip to content

Commit ad335fe

Browse files
committed
fix typo in appveyor
1 parent b1153ff commit ad335fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ for:
3939
# REF: https://github.com/docascode/docfx-seed/blob/master/appveyor.yml
4040
clone_script:
4141
- ps: |
42-
git clone --branch=$env:APPEVEYOR_REPO_BRANCH [email protected]:$env:APPEVEYOR_REPO_NAME.git $env:APPEVEYOR_BUILD_FOLDER
43-
git fetch -q origin +refs/pull/$env:APPEVEYOR_PULL_REQUEST_NUMBER/merge:
42+
git clone --branch=$env:APPVEYOR_REPO_BRANCH [email protected]:$env:APPVEYOR_REPO_NAME.git $env:APPVEYOR_BUILD_FOLDER
43+
git fetch -q origin +refs/pull/$env:APPVEYOR_PULL_REQUEST_NUMBER/merge:
4444
git checkout -qf FETCH_HEAD
4545
before_build:
4646
- pwsh: |

0 commit comments

Comments
 (0)