This commit is contained in:
2019-05-03 10:04:22 +02:00
parent 7f675b2ab8
commit 94e0c0b685
+1 -1
View File
@@ -156,7 +156,7 @@ clone_dotfiles() {
configure_dotfiles() { configure_dotfiles() {
yes_no_ask "do you wish to configure the dotfiles ?" yes_no_ask "do you wish to configure the dotfiles ?"
if [ $? -eq 0 ]; then if [ $? -ne 0 ]; then
return return
fi fi