Skip to content

Commit e6f26a5

Browse files
committed
TEST
1 parent 29a9a63 commit e6f26a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/build-git

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ case $(uname -s) in
5353
Darwin)
5454
otool -L "$(command -v git)"
5555
echo "curldir: $CURLDIR"
56-
otool -L "$(git --exec-path)/git-http-backend";;
56+
otool -L "$(git --exec-path)/git-http-fetch";;
5757
Linux)
5858
ldd "$(command -v git)"
5959
echo "curl"
60-
ldd "$(git --exec-path)/git-http-backend";;
60+
ldd "$(git --exec-path)/git-http-fetch";;
6161
esac

0 commit comments

Comments
 (0)