Merge remote-tracking branch 'cswarth/fix-partial-imageid'
This commit is contained in:
commit
1efd686bd3
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ func (x *ImagesCommand) Execute(args []string) error {
|
||||||
for _, image := range *images {
|
for _, image := range *images {
|
||||||
// check if the start image arg matches an image id
|
// check if the start image arg matches an image id
|
||||||
if strings.Index(image.Id, startImageArg) == 0 {
|
if strings.Index(image.Id, startImageArg) == 0 {
|
||||||
startImage = startImageArg
|
startImage = image.Id
|
||||||
break IMAGES
|
break IMAGES
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue