Skip to content

Commit

Permalink
add json tags for local config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Aug 25, 2021
1 parent b964a63 commit f36d4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/mantil/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ func (p *Project) RemoveFunction(fun string) {
}

type LocalProjectConfig struct {
Name string
GithubOrg string
Name string `json:"name"`
GithubOrg string `json:"githubOrg,omitempty"`
}

func (p *Project) LocalConfig(githubOrg string) *LocalProjectConfig {
Expand Down

0 comments on commit f36d4aa

Please sign in to comment.