Merge pull request #1659 from Luap99/make-completions

fix make completions for all POSIX shells
This commit is contained in:
Miloslav Trmač 2022-05-30 15:00:14 +02:00 committed by GitHub
commit db663df804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ docs-in-container:
.PHONY: completions
completions: bin/skopeo
install -d -m 755 completions/{bash,zsh,fish,powershell}
install -d -m 755 completions/bash completions/zsh completions/fish completions/powershell
./bin/skopeo completion bash >| completions/bash/skopeo
./bin/skopeo completion zsh >| completions/zsh/_skopeo
./bin/skopeo completion fish >| completions/fish/skopeo.fish