double || for error to work correctly

pull/25/head
Botspot 5 years ago committed by GitHub
parent e73c928175
commit c8d8c9a735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,5 +7,5 @@ function error {
exit 1
}
~/Windows-10/uninstall | error "failed to uninstall!"
~/Windows-10/uninstall || error "failed to uninstall!"
#gio trash ~/Windows-10

Loading…
Cancel
Save