Fix Typo to improve GoReport Card
Signed-off-by: asifdxtreme <mohammad.asif.siddiqui1@huawei.com>
This commit is contained in:
parent
4311020c36
commit
0b8c898276
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetDiff returns the differences betwen the two images, layers, or containers
|
// GetDiff returns the differences between the two images, layers, or containers
|
||||||
func (c *ContainerServer) GetDiff(from, to string) ([]archive.Change, error) {
|
func (c *ContainerServer) GetDiff(from, to string) ([]archive.Change, error) {
|
||||||
toLayer, err := c.getLayerID(to)
|
toLayer, err := c.getLayerID(to)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue