Typo in _f_last_updated

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 15:29:28 +01:00
parent 5847fc082a
commit 2aab4eebb7

2
qsgen2
View File

@ -287,7 +287,7 @@ function _f_last_updated() {
# Perform the replacements
tee < ${content} | sed \
-e "s|#updated|${TODAY}|" \
-e "s|#version|${QSGEN} ${VERSION}|") \
-e "s|#version|${QSGEN} ${VERSION}|" \
> ${content}
}