Skip to content

Commit

Permalink
Merge pull request #3380 from ncdc/gh3374
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Jun 22, 2015
2 parents 4c7166f + ffe1e7e commit 48967b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/image/registry/imagestream/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func (s Strategy) tagsChanged(old, stream *api.ImageStream) fielderrors.Validati
}

if event == nil {
util.HandleError(fmt.Errorf("unable to find tag event for %#v", tagRef.From))
// referenced tag or ID doesn't exist, which is ok
continue
}

Expand Down

0 comments on commit 48967b3

Please sign in to comment.