From a4c72ac631cecd8c257872239fe6ac6c03057240 Mon Sep 17 00:00:00 2001 From: Seb M'Caw Date: Mon, 17 Mar 2025 11:18:57 +0000 Subject: [PATCH] fi: incorrect example URL in `alr index -h` (#1904) --- src/alr/alr-commands-index.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alr/alr-commands-index.adb b/src/alr/alr-commands-index.adb index 1908adbe..058bb145 100644 --- a/src/alr/alr-commands-index.adb +++ b/src/alr/alr-commands-index.adb @@ -214,7 +214,7 @@ package body Alr.Commands.Index is & "git+https://github.com/org/repo[#commit]") .Append ("- git over SSH: " & "git+ssh://[user@]host.com/path/to/repo[#commit]") - .Append ("- git user over SSH: git@github.com:/org/repo[#commit]") + .Append ("- git user over SSH: git@github.com:/org/repo") ); --------------------- -- 2.39.5