From 4712f7c1a21237cabf0ed8bad030e4a752a79e63 Mon Sep 17 00:00:00 2001 From: Antoniu Miclaus Date: Tue, 20 Feb 2024 11:59:15 +0200 Subject: [PATCH] ci: lib: switch to main branch The no-OS master branch is now renamed to main. Update the script link accordingly. Signed-off-by: Antoniu Miclaus --- ci/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/lib.sh b/ci/lib.sh index ee3b9db..4e99a10 100755 --- a/ci/lib.sh +++ b/ci/lib.sh @@ -33,7 +33,7 @@ ensure_command_exists sudo # Get the common stuff from no-OS [ -f ${TOP_DIR}/build/lib.sh ] || { mkdir -p ${TOP_DIR}/build - wget https://raw.githubusercontent.com/analogdevicesinc/no-OS/master/ci/lib.sh \ + wget https://raw.githubusercontent.com/analogdevicesinc/no-OS/main/ci/lib.sh \ -O ${TOP_DIR}/build/lib.sh }