🎨 remove more sneaky tabs

This commit is contained in:
otthorn 2021-02-15 00:32:40 +01:00
parent caf201beea
commit e8d2c3d6d3

View file

@ -66,8 +66,8 @@ function yes_or_no
{ {
read -p "$* [y/N]: " ans read -p "$* [y/N]: " ans
case "$ans" in case "$ans" in
[yY] | [yY]es ) return 0;; [yY] | [yY]es ) return 0;;
* ) echo "Aborting"; return 1;; * ) echo "Aborting"; return 1;;
esac esac
} }