Skip to content

Commit a40706a

Browse files
committed
fix(docs): restore missing isHtml guard in config set man page
The Related Commands section had a closing <% } %> with no matching opening tag, which made the man page fail to render as a lodash template. Introduced when the page was copied from config-get.md.
1 parent cbee652 commit a40706a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/man_pages/config/config-set.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ General | `$ ns config set <key> <value>`
3131
* Setting whole objects is not supported. Update individual keys instead. For example, use:
3232
`$ ns config set android.codeCache true`
3333

34+
<% if(isHtml) { %>
35+
3436
### Related Commands
3537

3638
Command | Description

0 commit comments

Comments
 (0)