| Index: cipd/client/cipd/local/json_descs.go
|
| diff --git a/cipd/client/cipd/local/json_descs.go b/cipd/client/cipd/local/json_descs.go
|
| index 3950923b5cd46fea7528e392a5b10a9343fbc590..c36d07794366090edc3b5cd5d0b9fe496f2148aa 100644
|
| --- a/cipd/client/cipd/local/json_descs.go
|
| +++ b/cipd/client/cipd/local/json_descs.go
|
| @@ -131,7 +131,7 @@ const (
|
| // Description defines the structure of the description.json file located at
|
| // .cipd/pkgs/<foo>/description.json.
|
| type Description struct {
|
| - Root string `json:"root,omitempty"`
|
| + Subdir string `json:"subdir,omitempty"`
|
| PackageName string `json:"package_name,omitempty"`
|
| }
|
|
|
|
|