Correct compiler warnings in fast-import.
[gitweb.git] / git-fetch.sh
index 61c8cf477384fbcaa125f4a90883257492f98710..c1f6e1e84147d7bedd32e4534a5bb9cdb83a52e5 100755 (executable)
@@ -321,7 +321,7 @@ fetch_main () {
              curl_extra_args="-k"
          fi
          if [ -n "$GIT_CURL_FTP_NO_EPSV" -o \
-               "`git-repo-config --bool http.noEPSV`" = true ]; then
+               "`git-config --bool http.noEPSV`" = true ]; then
              noepsv_opt="--disable-epsv"
          fi