Fixed typos
This commit is contained in:
parent
459dc43f50
commit
cfec40e5bb
4
qsgen2
4
qsgen2
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user