Skip to content

Commit

Permalink
Fixing issue with environment variables not being passed to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotknopf committed Nov 4, 2018
1 parent 0cc6af5 commit 97bfdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/darch/commands/recipes/build.go
Expand Up @@ -33,7 +33,7 @@ var buildCommand = cli.Command{
tags = clicontext.String("tags")
imagePrefix = clicontext.String("image-prefix")
recipeNames = clicontext.Args()
env = clicontext.StringSlice("env")
env = clicontext.StringSlice("environment")
)

if len(recipeNames) == 0 {
Expand Down

0 comments on commit 97bfdec

Please sign in to comment.