Fixed typo
Fixed "wether" to "whether". Wether is a castrated male goat, whereas whether is a synonym for "if".
This commit is contained in:
parent
47a635a645
commit
4f5e3edd1f
2
flash
2
flash
|
|
@ -121,7 +121,7 @@ setup() {
|
|||
echo -e "$DIR_MADE_MSG"
|
||||
}
|
||||
|
||||
# Test if .local/share exists and wether to offer setup process
|
||||
# Test if .local/share exists and whether to offer setup process
|
||||
if [ ! -d "$DIR" ]; then
|
||||
echo -e "No ${LRED}$DIR${NC} directory, make it? ${LGREEN}Y${NC}/${LRED}N${NC}"
|
||||
# shellcheck disable=SC2162
|
||||
|
|
|
|||
Loading…
Reference in New Issue