mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
remove redundant colon introduced by mistake
Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 2c8cac3bd6
Component: cli
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user