contrib: fix URL to nm-git-bundle in "nm-copr-build.sh"

This commit is contained in:
Thomas Haller 2021-04-01 22:34:06 +02:00
parent 198f7916cd
commit 74fc279341
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -36,7 +36,7 @@ get_nm_git_bundle() {
if [ -n "${NM_GIT_BUNDLE+x}" ]; then
return 0
fi
NM_GIT_BUNDLE='https://download.copr.fedorainfracloud.org/results/networkmanager/NetworkManager-main/fedora-34-x86_64/02112661-nm-git-bundle/nm-git-bundle-20210401-201640.noarch.rpm'
NM_GIT_BUNDLE='https://download.copr.fedorainfracloud.org/results/networkmanager/NetworkManager-main/fedora-34-x86_64/02112667-nm-git-bundle/nm-git-bundle-20210401-202836.noarch.rpm'
fi
mkdir nm-git-bundle
pushd nm-git-bundle