smartlog: fix draft hash template

Summary:
I added quotes at the last minute when I fixed this, but that broke it.
Drop the quotes.

Reviewed By: MichaelCuevas

Differential Revision: D41296319

fbshipit-source-id: 7a8222b964371486e50a0d34586559aa5bc815d7
This commit is contained in:
Durham Goode 2022-11-14 21:00:41 -08:00 committed by Facebook GitHub Bot
parent 365826f4e1
commit b4d6c39a8d

View File

@ -260,7 +260,7 @@ interval=60
[templatealias]
sl_hash_minlen=9
sl_phase_label="{ifeq(phase, 'public', 'sl.public', 'sl.draft')}"
sl_node="{label(sl_phase_label, 'shortest(node, sl_hash_minlen)')}"
sl_node="{label(sl_phase_label, shortest(node, sl_hash_minlen))}"
sl_node_debug="{label(sl_phase_label, '{node}')}"
sl_phase_debug="{ifeq(phase, 'draft', '', '({phase})')}"
sl_undonode="{label('sl.oldbook', '{shortest(node, sl_hash_minlen)}')}"