Fix bug
This commit is contained in:
parent
7f675b2ab8
commit
94e0c0b685
|
@ -156,7 +156,7 @@ clone_dotfiles() {
|
|||
|
||||
configure_dotfiles() {
|
||||
yes_no_ask "do you wish to configure the dotfiles ?"
|
||||
if [ $? -eq 0 ]; then
|
||||
if [ $? -ne 0 ]; then
|
||||
return
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue