Fixes yaml typo (#2618)

This commit is contained in:
richterdavid 2020-06-24 10:00:28 -07:00 committed by GitHub
parent ae5c0e35d3
commit 1720b4941b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const (
// AllConfigs contains all LanguageConfig
type AllConfigs struct {
Languages []LanguageConfig `yaml:"languages`
Languages []LanguageConfig `yaml:"languages"`
}
// LanguageConfig contains all information for building/deploying an app