fix(random-text): truncated greeting
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
name="$USER"
|
||||
|
||||
if [[ $hour -lt 12 ]]; then
|
||||
greeting="おはようございます"
|
||||
greeting="おはよう"
|
||||
elif [[ $hour -lt 18 ]]; then
|
||||
greeting="こんにちは"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user