X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=release.sh;fp=release.sh;h=7b5211450cd9905d783ce91cf1876d4164fea981;hp=720636fce7a720e9c98769068008c9eff4452e08;hb=ab2d46b65bdbce4df772fee884a821c9d0a9f4f3;hpb=efff2361cbd27b5095e42155507121f2270de4af diff --git a/release.sh b/release.sh index 720636fc..7b521145 100755 --- a/release.sh +++ b/release.sh @@ -45,7 +45,7 @@ if ! wget https://i3wm.org/downloads/i3-${PREVIOUS_VERSION}.tar.bz2; then echo "Could not download i3-${PREVIOUS_VERSION}.tar.bz2 (required for comparing files)." exit 1 fi -git clone --quiet --branch "${RELEASE_BRANCH}" file://${STARTDIR} +git clone --quiet --branch "${RELEASE_BRANCH}" https://github.com/i3/i3 cd i3 if [ ! -e "${STARTDIR}/RELEASE-NOTES-${RELEASE_VERSION}" ]; then echo "Required file RELEASE-NOTES-${RELEASE_VERSION} not found."