Skip to content

Commit

Permalink
Fix typo in json file "processe" -> "process"
Browse files Browse the repository at this point in the history
  • Loading branch information
aelsabbahy committed Oct 28, 2015
1 parent d9ed234 commit b88c617
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration-tests/goss/goss-aa-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"running": true
}
},
"processe": {
"process": {
"httpd": {
"running": true
}
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/goss/goss-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"timeout": 500
}
},
"processe": {
"process": {
"foobar": {
"running": false
},
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/goss/goss.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@
"timeout": 500
}
},
"processe": {
"process": {
"foobar": {
"running": false
},
"httpd": {
"running": true
}
}
}
}
2 changes: 1 addition & 1 deletion json.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type ConfigJSON struct {
Groups resource.GroupMap `json:"group,omitempty"`
Commands resource.CommandMap `json:"command,omitempty"`
DNS resource.DNSMap `json:"dns,omitempty"`
Processes resource.ProcessMap `json:"processe,omitempty"`
Processes resource.ProcessMap `json:"process,omitempty"`
Gossfiles resource.GossfileMap `json:"gossfile,omitempty"`
}

Expand Down

0 comments on commit b88c617

Please sign in to comment.