Fixed incorrect AI autocomplete.

This commit is contained in:
2026-03-22 10:17:22 +01:00
parent eac8adbcfa
commit abbb0842fc

View File

@@ -48,7 +48,7 @@ else
fi fi
echo "Effective command line arguments:" ${ARCH[@]} ${VERSION_ARG[@]} ${TAG_ARGS[@]} echo "Effective command line arguments:" ${ARCH[@]} ${VERSION_ARG[@]} ${TAG_ARGS[@]}
if command -v dockerd &> /dev/null; then if command -v docker &> /dev/null; then
docker build "${ARCH[@]}" "${VERSION_ARG[@]}" "${TAG_ARGS[@]}" . docker build "${ARCH[@]}" "${VERSION_ARG[@]}" "${TAG_ARGS[@]}" .
elif command -v container &> /dev/null; then elif command -v container &> /dev/null; then
container build "${ARCH[@]}" "${VERSION_ARG[@]}" "${TAG_ARGS[@]}" . container build "${ARCH[@]}" "${VERSION_ARG[@]}" "${TAG_ARGS[@]}" .