Skip to content

Commit fbd1361

Browse files
author
Bakhtiyar Farayev
committed
Fix typo and re-organize the folder structure for task completion
1 parent 393712e commit fbd1361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completion/task.bash renamed to completion/bash/task.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _task_completion()
33
local scripts;
44
local curr_arg;
55

6-
# Remove colon from work breaks
6+
# Remove colon from word breaks
77
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
88

99
scripts=$(task -l | sed '1d' | sed 's/^\* //' | awk '{ print $1 }');

0 commit comments

Comments
 (0)