Merge pull request #1050 from Aurelien30000/patch-1

Fix typo in code-server egg
This commit is contained in:
Michael (Parker) Parker 2021-03-26 14:28:00 -04:00 committed by GitHub
commit 9d39b937bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
"variables": [
{
"name": "Password",
"description": "Passwort to login to your Code-Server instance",
"description": "Password to login to your Code-Server instance",
"env_variable": "PASSWORD",
"default_value": "changeme",
"user_viewable": true,