Skip to content

Commit 33ab4c4

Browse files
committed
trim flag whitespace in chal info
Signed-off-by: Robert Detjens <[email protected]>
1 parent 0933877 commit 33ab4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/frontend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ author | `{author}`
109109
author = chal.author,
110110
desc = rendered_desc,
111111
asset_urls = asset_urls,
112-
flag = flag,
112+
flag = flag.trim(),
113113
);
114114

115115
// TODO: proper frontend updates

0 commit comments

Comments
 (0)