From cfec40e5bb5b9d344a5a813c86b93b3a85d203cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 1 Feb 2024 16:58:42 +0100 Subject: [PATCH] Fixed typos --- qsgen2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qsgen2 b/qsgen2 index 08f9c2c..d050e24 100755 --- a/qsgen2 +++ b/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}