Merge pull request #3034 from znz/fix-typo

Fix a typo [ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2018-02-08 12:00:31 -07:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ import (
"github.com/dokku/dokku/plugins/common"
)
//Get retreives a value from a config. If appName is empty the global config is used.
//Get retrieves a value from a config. If appName is empty the global config is used.
func Get(appName string, key string) (value string, ok bool) {
env, err := loadAppOrGlobalEnv(appName)
if err != nil {