Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Mar 15, 2021
1 parent d1daff0 commit 5112c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/go/common/workspace/project.go
Expand Up @@ -191,8 +191,8 @@ func (ps *ProjectStack) Save(path string) error {
}

type ProjectRuntimeInfo struct {
name string
options map[string]interface{}
name string `json:"name" yaml:"name"`
options map[string]interface{} `json:"options" yaml:"options"`
}

func NewProjectRuntimeInfo(name string, options map[string]interface{}) ProjectRuntimeInfo {
Expand Down

0 comments on commit 5112c7d

Please sign in to comment.