Traling Coma Typo in config-schema.json
JSuenram committed
Feb 15, 2022 at 07:29 UTC
e6e44c8c0dbc0c4f283f6edbed9ade23b34c6106
1 file changed
+1
-1
meshcentral-config-schema.json
+1
-1
@@ -588,7 +588,7 @@
588
"description": "Indicate what string the agent must write to the shell after starting a terminal session",
589
"linux": { "type": "string", "default": " alias ls=\\'ls --color=auto\\';clear\\n", "description": "String to write after opening a Linux terminal." },
590
"darwin": { "type": "string", "default": null, "description": "String to write after opening a macOS terminal." },
591
- "freebsd": { "type": "string", "default": null, "description": "String to write after opening a FreeBSD terminal." },
591
+ "freebsd": { "type": "string", "default": null, "description": "String to write after opening a FreeBSD terminal." }
592
}
593
}
594
},