diff --git a/completion/zsh/_task b/completion/zsh/_task index f2bd81de01..48777e4b98 100755 --- a/completion/zsh/_task +++ b/completion/zsh/_task @@ -5,7 +5,7 @@ function __list() { local -a scripts if [ -f Taskfile.yml ]; then - scripts=($(task -l | sed '1d' | sed 's/^\* //' | awk '{ print $1 }' | sed 's/:$//' | sed 's/:/\\:/')) + scripts=($(task -l | sed '1d' | sed 's/^\* //' | awk '{ print $1 }' | sed 's/:$//' | sed 's/:/\\:/g')) _describe 'script' scripts fi } diff --git a/docs/index.html b/docs/index.html index 4a832385b1..73eff81a91 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,25 +6,8 @@ - + -
@@ -32,7 +15,6 @@ window.$docsify = { name: 'Task', repo: 'go-task/task', - ga: 'UA-126286662-1', themeColor: '#00add8', loadSidebar: true, auto2top: true, @@ -40,10 +22,10 @@ subMaxLevel: 3 } - - - - - + + + + +