mirror of
				https://github.com/go-task/task.git
				synced 2025-10-30 23:58:01 +02:00 
			
		
		
		
	fix(completions): support lowercase filename for Taskfile (#1482)
This commit is contained in:
		| @@ -18,7 +18,7 @@ function __task_list() { | ||||
|         enabled=1 | ||||
|         cmd+=(--taskfile "$taskfile") | ||||
|     else | ||||
|         for taskfile in Taskfile{,.dist}.{yaml,yml}; do | ||||
|         for taskfile in {T,t}askfile{,.dist}.{yaml,yml}; do | ||||
|             if [[ -f "$taskfile" ]]; then | ||||
|                 enabled=1 | ||||
|                 break | ||||
|   | ||||
		Reference in New Issue
	
	Block a user