From 80fdf0b5379d5738fb6ac4d633864c6101a1563e Mon Sep 17 00:00:00 2001 From: "neo.webmaster.2@gmail.com" Date: Sat, 29 Nov 2025 09:32:22 +0100 Subject: [PATCH] "Auto-commit via make git" --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0bb4544..d94fd21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,7 +102,7 @@ git: check-remote @git push $(GIT_REMOTE) $(GIT_BRANCH) $(MAKE) sync-neurotron - $(MAKE) wiki + @$(MAKE) wiki # =========================== # Git Remote (HTTPS → SSH Auto-Fix) @@ -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 \