Skip to content

Commit

Permalink
Merge pull request #58 from gkiki90/master
Browse files Browse the repository at this point in the history
models quick fix
  • Loading branch information
viktorbenei committed Aug 3, 2015
2 parents b3d1905 + 2096acf commit 033a3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ type StepSourceModel struct {

// DependencyModel ...
type DependencyModel struct {
DepManager string `json:"dep_manager,omitempty" yaml:"dep_manager,omitempty"`
DepName string `json:"dep_name,omitempty" yaml:"dep_name,omitempty"`
Manager string `json:"manager,omitempty" yaml:"manager,omitempty"`
Name string `json:"name,omitempty" yaml:"name,omitempty"`
}

// StepModel ...0
Expand Down

0 comments on commit 033a3c6

Please sign in to comment.