Fix missing Makefile target dependency

This was likely hidden by the CI system.  Fix it.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2024-06-25 11:35:45 -04:00
parent 242fdb51a2
commit 7ff4bbae26

View File

@ -601,7 +601,7 @@ docker-docs: docs
.PHONY: validate.completions
validate.completions: SHELL:=/usr/bin/env bash # Set shell to bash for this target
validate.completions:
validate.completions: completions
# Check if the files can be loaded by the shell
. completions/bash/podman
if [ -x /bin/zsh ]; then /bin/zsh completions/zsh/_podman; fi