fixed wrong WWCLIENTLOC synatx in in-files

This commit is contained in:
Christian Goll
2022-02-14 16:01:00 +01:00
parent f1ac7cc620
commit 9f296079a6
3 changed files with 5 additions and 2 deletions

View File

@@ -13,5 +13,5 @@ func init() {
wwprovisiondir = "@WWPROVISIONDIR@"
version = "@VERSION@"
release = "@RELEASE@"
wwclientloc = "@WWCLIENTLOC"
wwclientloc = "@WWCLIENTLOC@"
}