Skip to content

Commit

Permalink
fix: warning message about glab with chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertoyusta authored and olegklimov committed Dec 20, 2024
1 parent e0d100b commit 3a2f3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/integr_gitlab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a2f3de

Please sign in to comment.