Merge pull request #1050 from Aurelien30000/patch-1
Fix typo in code-server egg
This commit is contained in:
		
						commit
						9d39b937bc
					
				@ -29,7 +29,7 @@
 | 
				
			|||||||
    "variables": [
 | 
					    "variables": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "Password",
 | 
					            "name": "Password",
 | 
				
			||||||
            "description": "Passwort to login to your Code-Server instance",
 | 
					            "description": "Password to login to your Code-Server instance",
 | 
				
			||||||
            "env_variable": "PASSWORD",
 | 
					            "env_variable": "PASSWORD",
 | 
				
			||||||
            "default_value": "changeme",
 | 
					            "default_value": "changeme",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
@ -46,4 +46,4 @@
 | 
				
			|||||||
            "rules": "required|string|max:20"
 | 
					            "rules": "required|string|max:20"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user