Skip to content

Commit 769dee0

Browse files
author
Vaughn Dice
committed
chore(cmd/config.go): DEIS_RELEASE -> WORKFLOW_RELEASE
1 parent af43972 commit 769dee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func ConfigSet(appID string, configVars []string) error {
104104
return err
105105
}
106106

107-
if release, ok := configObj.Values["DEIS_RELEASE"]; ok {
107+
if release, ok := configObj.Values["WORKFLOW_RELEASE"]; ok {
108108
fmt.Printf("done, %s\n\n", release)
109109
} else {
110110
fmt.Print("done\n\n")

0 commit comments

Comments
 (0)