Skip to content

Commit 170a5fc

Browse files
committed
appveyor: fix dubious ownership
1 parent 3aa97be commit 170a5fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ environment:
3131

3232
init:
3333
# Fixes "fatal: detected dubious ownership in repository at '/cygdrive/c/projects/opensc'" with recent images
34-
- git config --global --add safe.directory /cygdrive/c/projects/opensc
34+
- git config --global --add safe.directory /cygdrive/c/projects/opensc-sm
3535

3636
install:
3737
- ps: if ($env:APPVEYOR_PULL_REQUEST_NUMBER -and $env:APPVEYOR_BUILD_NUMBER -ne ((Invoke-RestMethod `

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ environment:
3131

3232
init:
3333
# Fixes "fatal: detected dubious ownership in repository at '/cygdrive/c/projects/opensc'" with recent images
34-
- git config --global --add safe.directory /cygdrive/c/projects/opensc
34+
- git config --global --add safe.directory /cygdrive/c/projects/opensc-sm
3535

3636
install:
3737
- ps: if ($env:APPVEYOR_PULL_REQUEST_NUMBER -and $env:APPVEYOR_BUILD_NUMBER -ne ((Invoke-RestMethod `

0 commit comments

Comments
 (0)