Skip to content

Commit 7f7e830

Browse files
authored
fix(fish): fish completion error due to variable shadowing (#2130)
1 parent 1f2eecd commit 7f7e830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completion/fish/task.fish

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set GO_TASK_PROGNAME task
22

3-
function __task_get_tasks --description "Prints all available tasks with their description"
3+
function __task_get_tasks --description "Prints all available tasks with their description" --inherit-variable GO_TASK_PROGNAME
44
# Read the list of tasks (and potential errors)
55
$GO_TASK_PROGNAME --list-all 2>&1 | read -lz rawOutput
66

0 commit comments

Comments
 (0)