Traling Coma Typo in config-schema.json

This commit is contained in:
JSuenram 2022-02-15 07:29:47 +01:00
parent a590ea6aa1
commit e6e44c8c0d

View File

@ -588,7 +588,7 @@
"description": "Indicate what string the agent must write to the shell after starting a terminal session", "description": "Indicate what string the agent must write to the shell after starting a terminal session",
"linux": { "type": "string", "default": " alias ls=\\'ls --color=auto\\';clear\\n", "description": "String to write after opening a Linux terminal." }, "linux": { "type": "string", "default": " alias ls=\\'ls --color=auto\\';clear\\n", "description": "String to write after opening a Linux terminal." },
"darwin": { "type": "string", "default": null, "description": "String to write after opening a macOS terminal." }, "darwin": { "type": "string", "default": null, "description": "String to write after opening a macOS terminal." },
"freebsd": { "type": "string", "default": null, "description": "String to write after opening a FreeBSD terminal." }, "freebsd": { "type": "string", "default": null, "description": "String to write after opening a FreeBSD terminal." }
} }
} }
}, },