nix-prefetch-git: fix typo

fetsorn 29f3903f 3565fdf3

+2 -2
+2 -2
pkgs/build-support/fetchgit/nix-prefetch-git
··· 17 17 out=${out:-} 18 18 http_proxy=${http_proxy:-} 19 19 20 - # allow overwritting cacert's ca-bundle.crt with a custom one 21 - # this can be done by setting NIX_GIT_SSL_CAINFO and NIX_SSL_CERT_FILE enviroment variables for the nix-daemon 20 + # allow overwriting cacert's ca-bundle.crt with a custom one 21 + # this can be done by setting NIX_GIT_SSL_CAINFO and NIX_SSL_CERT_FILE environment variables for the nix-daemon 22 22 GIT_SSL_CAINFO=${NIX_GIT_SSL_CAINFO:-$GIT_SSL_CAINFO} 23 23 24 24 # populated by clone_user_rev()