add missing fi

pull/387/head
Charles Augello 3 months ago committed by GitHub
parent c95843df8d
commit e86861d2eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save