Update changelog

This commit is contained in:
VirtuBox
2019-08-16 00:19:48 +02:00
parent 7cb223b02a
commit 62b4e839cc
2 changed files with 3 additions and 2 deletions

View File

@@ -380,7 +380,7 @@ def post_pref(self, apt_packages, packages):
wo_nginx.close()
with open("/etc/nginx/common/release",
"a") as release_file:
"w") as release_file:
release_file.write("v{0}"
.format(WOVariables.wo_version))
release_file.close()