Skip to content

Commit

Permalink
Merge pull request #52 from gkiki90/master
Browse files Browse the repository at this point in the history
env validate fix
  • Loading branch information
viktorbenei committed Jul 28, 2015
2 parents 0a3d6c2 + 8d9bc23 commit d66cfb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/models_methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func (env *EnvironmentItemModel) FillMissingDeafults() error {
if options.IsDontChangeValue == nil {
options.IsDontChangeValue = &DefaultIsDontChangeValue
}
(*env)[optionsKey] = options
return nil
}

Expand Down

0 comments on commit d66cfb3

Please sign in to comment.