Skip to content

Commit 9ba1c68

Browse files
committed
Use soft-tabs.
1 parent dbeba76 commit 9ba1c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-change-user-language

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source $VESTA/conf/vesta.conf
1919

2020

2121
is_language_valid() {
22-
if ! [[ "$1" =~ ^[[:alnum:]_-]+$ ]]; then
22+
if ! [[ "$1" =~ ^[[:alnum:]_-]+$ ]]; then
2323
echo "Error: language $1 is not valid"
2424
log_event "$E_INVALID" "$EVENT"
2525
exit $E_INVALID

0 commit comments

Comments
 (0)