From 3a2f3de7f0173141c65fe893e92aba8f36d9e0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Humberto=20Yusta=20G=C3=B3mez?= Date: Thu, 19 Dec 2024 14:11:51 +0100 Subject: [PATCH] fix: warning message about glab with chocolatey --- src/integrations/integr_gitlab.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrations/integr_gitlab.rs b/src/integrations/integr_gitlab.rs index 32f1b6b72..0d3efddf8 100644 --- a/src/integrations/integr_gitlab.rs +++ b/src/integrations/integr_gitlab.rs @@ -193,7 +193,7 @@ fields: sl_goto: "EDITOR:secrets.yaml" glab_binary_path: f_type: string_long - f_desc: "Path to the GitLab CLI binary. Leave empty to use the default 'glab' command." + f_desc: "Path to the GitLab CLI binary. Leave empty to use the default 'glab' command. On Windows, `glab` installed via Chocolatey may have issues, consider installing it from the official website or Winget instead." f_placeholder: "/usr/local/bin/glab" f_label: "glab binary path" f_extra: true