summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gonf/variables.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gonf/variables.go b/gonf/variables.go
index 3c365ae..e6c845d 100644
--- a/gonf/variables.go
+++ b/gonf/variables.go
@@ -52,6 +52,6 @@ func getVariable(name string) string {
return v.value.String()
} else {
slog.Error("undefined variable or default", "name", name)
- return name
+ return ""
}
}