fixed stupid mistake

forgot to add dollar sign to make boolean variable
This commit is contained in:
René Fuhry 2022-12-19 14:25:35 +01:00 committed by GitHub
parent 708bc61c7e
commit fb45b21699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,4 +6,4 @@ aur_helper=yay
# if you should backup or not
# should stay true unless you know what you're doing
should_backup=true
should_backup=$true