mirror of https://github.com/docker/cli.git
remove redundant colon introduced by mistake
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
bb22446a68
commit
2c8cac3bd6
|
@ -29,7 +29,7 @@ func (cli *Client) VolumesPrune(ctx context.Context, pruneFilters filters.Args)
|
|||
defer ensureReaderClosed(serverResp)
|
||||
|
||||
if err := json.NewDecoder(serverResp.body).Decode(&report); err != nil {
|
||||
return report, fmt.Errorf("Error retrieving volume prune report:: %v", err)
|
||||
return report, fmt.Errorf("Error retrieving volume prune report: %v", err)
|
||||
}
|
||||
|
||||
return report, nil
|
||||
|
|
Loading…
Reference in New Issue