Typo in _f_last_updated
This commit is contained in:
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}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user