Typo in _f_last_updated
This commit is contained in:
parent
5847fc082a
commit
2aab4eebb7
2
qsgen2
2
qsgen2
@ -287,7 +287,7 @@ function _f_last_updated() {
|
|||||||
# Perform the replacements
|
# Perform the replacements
|
||||||
tee < ${content} | sed \
|
tee < ${content} | sed \
|
||||||
-e "s|#updated|${TODAY}|" \
|
-e "s|#updated|${TODAY}|" \
|
||||||
-e "s|#version|${QSGEN} ${VERSION}|") \
|
-e "s|#version|${QSGEN} ${VERSION}|" \
|
||||||
> ${content}
|
> ${content}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user