1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

Fix review nits

Signed-off-by: renner <renner0@posteo.de>
This commit is contained in:
renner
2026-01-23 16:59:14 +01:00
committed by Colin Walters
parent 601ea642cf
commit f0ef9c52a1
2 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ manpages:
cargo run --release --package xtask -- manpages
.PHONY: completion
completion:
completion: bin
mkdir -p target/completion
for shell in bash elvish fish powershell zsh; do \
target/release/bootc completion $$shell > target/completion/bootc.$$shell; \