"Auto-commit via make git"
Some checks are pending
Build NFDOS ISO / build (push) Waiting to run

This commit is contained in:
neo.webmaster.2@gmail.com 2025-11-29 09:30:44 +01:00
parent 1d57d6aba2
commit 63cd537168

View File

@ -178,8 +178,8 @@ sync-neurotron:
# ===========================
wiki:
@echo "📚 Sincronizando Wiki…"
@if [ ! -d "$${WIKI_SRC}" ]; then \
echo "⚠️ Nenhuma documentação encontrada em $${WIKI_SRC}"; \
@if [ ! -d "${WIKI_SRC}" ]; then \
echo "⚠️ Nenhuma documentação encontrada em ${WIKI_SRC}"; \
exit 0; \
fi
@if [ ! -d "$${WIKI_TMP}/.git" ]; then \