]> git.ipfire.org Git - collecty.git/commitdiff
graph: Fix the text on the watermark
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Oct 2025 19:31:54 +0000 (19:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Oct 2025 19:31:54 +0000 (19:31 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/graph.c

index 87fe204a0345358fb527218ccb7e88f7e48186a1..4a3bb8e772189748c10de2f80a18d2a05ea85684 100644 (file)
@@ -57,7 +57,7 @@ const char* DEFAULT_RENDER_ARGS[] = {
        "--dynamic-labels",
 
        // Add a watermark
-       "--watermark=PACKAGE_NAME",
+       "--watermark=" PACKAGE_NAME,
 
        // Sentinel
        NULL,