Skip to content

Commit 39f4a81

Browse files
committed
Fix a missing "t"
1 parent 17a158b commit 39f4a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

padd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ GetVersionInformation() {
443443
core_version_latest=${core_version}
444444
core_version_heatmap=${yellow_text}
445445
else
446-
core_version_latest=$(echo "${core_version_lates}" | tr -d '\r\n[:alpha:]')
446+
core_version_latest=$(echo "${core_version_latest}" | tr -d '\r\n[:alpha:]')
447447
# is core up-to-date?
448448
if [[ "${core_version}" != "${core_version_latest}" ]]; then
449449
out_of_date_flag="true"

0 commit comments

Comments
 (0)