add missing fi
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user