summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
Diffstat (limited to 'openstack')
-rw-r--r--openstack/common/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/setup.py b/openstack/common/setup.py
index 403f9ee..7267a6a 100644
--- a/openstack/common/setup.py
+++ b/openstack/common/setup.py
@@ -260,7 +260,7 @@ def get_version_from_git():
if the current revision has no tag."""
if os.path.isdir('.git'):
- return _run_shell_command(
+ return _run_shell_command(
"git describe --always").replace('-', '.')
return None