mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-29 02:56:24 +00:00
Makefile: fix completions command
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
f855fe9c7a
commit
2cd50ff38c
2
Makefile
2
Makefile
@ -106,7 +106,7 @@ completions: .build
|
|||||||
@rm -rf completions
|
@rm -rf completions
|
||||||
@mkdir -p completions
|
@mkdir -p completions
|
||||||
@for shell in bash zsh fish powershell; do \
|
@for shell in bash zsh fish powershell; do \
|
||||||
d2vm completion $$shell > completions/d2vm.$$shell; \
|
./d2vm completion $$shell > completions/d2vm.$$shell; \
|
||||||
done
|
done
|
||||||
|
|
||||||
.PHONY: examples
|
.PHONY: examples
|
||||||
|
Loading…
Reference in New Issue
Block a user