Merge pull request #27999 from baude/applytransports

add bootc transports to os-apply
This commit is contained in:
Paul Holzinger
2026-02-03 14:53:18 +01:00
committed by GitHub
11 changed files with 336 additions and 54 deletions

View File

@@ -196,7 +196,10 @@ function check_shell_completion() {
_check_completion_end NoSpace
else
_check_completion_end Default
_check_no_suggestions
# machine os apply is special and offers images and normal shell completion
if [[ "$cmd" != "apply" ]]; then
_check_no_suggestions
fi
fi
;;