add missing fi

This commit is contained in:
Charles Augello
2025-01-27 08:54:24 -05:00
committed by GitHub
parent c95843df8d
commit e86861d2eb

View File

@@ -22,5 +22,6 @@ if [ -n "$${DOTFILES_URI// }" ]; then
fi fi
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "Failed to install dotfiles" echo "Failed to install dotfiles"
exit 1 exit 1
fi
fi fi