🎨 remove more sneaky tabs

master
otthorn 3 years ago
parent caf201beea
commit e8d2c3d6d3

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

Loading…
Cancel
Save