summaryrefslogtreecommitdiff
path: root/morphlib/exts/openstack.check
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/exts/openstack.check')
-rwxr-xr-xmorphlib/exts/openstack.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/exts/openstack.check b/morphlib/exts/openstack.check
index d9d3ef24..edc37cc1 100755
--- a/morphlib/exts/openstack.check
+++ b/morphlib/exts/openstack.check
@@ -60,7 +60,7 @@ class OpenStackCheckExtension(morphlib.writeexts.WriteExtension):
def check_location(self, location):
x = urlparse.urlparse(location)
if x.scheme not in ['http', 'https']:
- raise cliapp.AppException('URL schema must be http or https in %s' \
+ raise cliapp.AppException('URL schema must be http or https in %s'\
% location)
if (x.path != '/v2.0' and x.path != '/v2.0/'):
raise cliapp.AppException('API version must be v2.0 in %s'\