1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

Merge pull request #6 from pmorie/typo

fix typo
This commit is contained in:
Paul Morie
2014-01-29 08:37:38 -08:00

View File

@@ -57,7 +57,7 @@ class Builder(object):
image = self.docker_client.inspect_image(images[0]['Id'])
if image['config']['Entrypoint']:
print("Image %s has a configured Entrypoint and is incompatible with wharfi" % image_name)
print("Image %s has a configured Entrypoint and is incompatible with wharfie" % image_name)
return False
valid_image = True