Skip to content

Commit

Permalink
Fixing completion
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstinnett committed Oct 7, 2023
1 parent d386168 commit f4592b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/completions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -e
rm -rf completions
mkdir completions
for sh in bash zsh fish; do
go run main.go completion "$sh" >"completions/taskpoet.$sh"
go run ./cli completion "$sh" >"completions/taskpoet.$sh"
done

0 comments on commit f4592b0

Please sign in to comment.