real latest install

This commit is contained in:
pvincent
2026-08-22 20:29:17 +04:00
parent 80af9e4942
commit c4a04c8b44
+1 -1
View File
@@ -215,7 +215,7 @@ function launch_hooks {
if ! miaou-bash "$hook" 3>/dev/null; then if ! miaou-bash "$hook" 3>/dev/null; then
echo 'WARNING: hook failure, bypassed' echo 'WARNING: hook failure, bypassed'
fi fi
echo ----------------- echo ----------------
done done
} }