🎨 remove more sneaky tabs
This commit is contained in:
parent
caf201beea
commit
e8d2c3d6d3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue