From 83782b12a5d24ed1f6ff1cc5380368beb9b7def7 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 14 Aug 2025 08:14:26 +1000 Subject: [PATCH] fix a typo --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 50dab59..0e88680 100644 --- a/common.sh +++ b/common.sh @@ -103,7 +103,7 @@ get_type() get_url() { - if ! git remote get_url "$1" 2>/dev/null; then + if ! git remote get-url "$1" 2>/dev/null; then printf 'linux-next\n' fi } -- 2.47.3