From: Stephen Rothwell Date: Wed, 13 Aug 2025 22:14:26 +0000 (+1000) Subject: fix a typo X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=83782b12a5d24ed1f6ff1cc5380368beb9b7def7;p=next-scripts fix a typo --- 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 }