Skip to content

Commit

Permalink
Fixes yaml typo (knative#2618)
Browse files Browse the repository at this point in the history
  • Loading branch information
richterdavid authored Jun 24, 2020
1 parent ae5c0e3 commit 1720b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sampleapp/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1720b49

Please sign in to comment.