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