Skip to content

Commit

Permalink
Merge pull request #4391 from kargakis/build-chain-fix
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Aug 31, 2015
2 parents c9008aa + 5e350be commit f075f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/experimental/buildchain/buildchain.go
Expand Up @@ -185,7 +185,7 @@ func buildChainInput(input string) (string, string, error) {
case 1:
case 2:
resourceType := resource[0]
if resourceType != "ist" && resourceType != "imagestreamtag" {
if resourceType != "istag" && resourceType != "imagestreamtag" {
return "", "", fmt.Errorf("invalid resource type %q", resourceType)
}
default:
Expand Down

0 comments on commit f075f5c

Please sign in to comment.