summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-04-01 22:34:06 +0200
committerThomas Haller <thaller@redhat.com>2021-04-01 22:34:06 +0200
commit74fc2793417a5e5b1bc366b3fb42bb3aa2fe3cf7 (patch)
treecb04eb843529fc46a8dcca85bf745e7e1d869266 /contrib
parent198f7916cd1be4d387ef3dfa5cac05e072aa96c1 (diff)
downloadNetworkManager-74fc2793417a5e5b1bc366b3fb42bb3aa2fe3cf7.tar.gz
contrib: fix URL to nm-git-bundle in "nm-copr-build.sh"
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/scripts/nm-copr-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/nm-copr-build.sh b/contrib/scripts/nm-copr-build.sh
index c334fe8012..7b02df815d 100755
--- a/contrib/scripts/nm-copr-build.sh
+++ b/contrib/scripts/nm-copr-build.sh
@@ -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