Fix syntax error in getRandomVersion.sh

This commit is contained in:
Ritesh Shukla
2026-02-21 21:45:00 +05:30
committed by GitHub
parent fa17039117
commit e6e8bb6e22

View File

@@ -27,7 +27,7 @@ sentences=(
)
# Read previous value if file exists
prev=""
prev=""
if [[ -f "$FILE" ]]; then
prev=$(<"$FILE")
fi