Fixed typos

This commit is contained in:
Stig-Ørjan Smelror 2024-02-01 16:58:42 +01:00
parent 459dc43f50
commit cfec40e5bb

4
qsgen2
View File

@ -292,7 +292,7 @@ function _last_updated() {
# Perform the replacements
local updated_content=$(echo "${content}" | sed \
-e "s|#updated|${TODAY}|" \
-e "s|#updated|${today}|" \
-e "s|#version|${QSGEN} ${VERSION}|")
# Return the updated content
@ -309,7 +309,7 @@ function _f_last_updated() {
# Perform the replacements
tee < ${content} | sed \
-e "s|#updated|${TODAY}|" \
-e "s|#updated|${today}|" \
-e "s|#version|${QSGEN} ${VERSION}|" \
> ${content}