Skip to content

Commit

Permalink
Merge pull request #705 from dcbw/fix-cache-result-key
Browse files Browse the repository at this point in the history
libcni: fix cache file 'result' key name
  • Loading branch information
dcbw authored Sep 4, 2019
2 parents 13b6ad6 + 894863c commit 9d4429d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcni/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ type cachedInfo struct {
Config []byte `json:"config"`
CniArgs [][2]string `json:"cniArgs,omitempty"`
CapabilityArgs map[string]interface{} `json:"capabilityArgs,omitempty"`
RawResult map[string]interface{} `json:"results,omitempty"`
RawResult map[string]interface{} `json:"result,omitempty"`
Result types.Result `json:"-"`
}

Expand Down

0 comments on commit 9d4429d

Please sign in to comment.