From 7ae32de727adfee3824b10cf83d8400bef710583 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 2 Jan 2024 19:05:21 -0500 Subject: [PATCH] tests/timesyncd: fix NM dispatcher URL Apparently the `master` branch got deleted in favor of `main` so we need to update the URL here. --- tests/kola/ntp/timesyncd/dhcp-propagation/config.bu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kola/ntp/timesyncd/dhcp-propagation/config.bu b/tests/kola/ntp/timesyncd/dhcp-propagation/config.bu index 8570cbaea0..bce15939ea 100644 --- a/tests/kola/ntp/timesyncd/dhcp-propagation/config.bu +++ b/tests/kola/ntp/timesyncd/dhcp-propagation/config.bu @@ -13,5 +13,5 @@ storage: files: - path: /etc/NetworkManager/dispatcher.d/30-timesyncd contents: - source: "https://github.com/eworm-de/networkmanager-dispatcher-timesyncd/raw/master/30-timesyncd" + source: "https://github.com/eworm-de/networkmanager-dispatcher-timesyncd/raw/main/30-timesyncd" mode: 0755