This commit is contained in:
Thomas Forgione 2019-05-03 10:04:22 +02:00
parent 7f675b2ab8
commit 94e0c0b685
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -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