Przeglądaj źródła

Display the package name of `hg` as `mercurial` in message (#212)

pull/215/head
Yamashita Yuu 12 lat temu
rodzic
commit
aa62882347
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build Wyświetl plik

@ -435,7 +435,7 @@ fetch_hg() {
hg clone --branch "$hg_ref" "$hg_url" "${package_name}" >&4 2>&1
else
echo "error: please install \`hg\` and try again" >&2
echo "error: please install \`mercurial\` and try again" >&2
exit 1
fi
}

Ładowanie…
Anuluj
Zapisz