]> git.ozlabs.org Git - next-scripts/commitdiff
fix a typo
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 13 Aug 2025 22:14:26 +0000 (08:14 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 13 Aug 2025 22:14:26 +0000 (08:14 +1000)
common.sh

index 50dab592e10f7f7e79d3b17e4dffe5e93e509dc3..0e886807eee77a415162c5fe75e2b97f69998979 100644 (file)
--- 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
 }