summaryrefslogtreecommitdiff
path: root/pbr/hooks/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'pbr/hooks/commands.py')
-rw-r--r--pbr/hooks/commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pbr/hooks/commands.py b/pbr/hooks/commands.py
index 8e651e6..216c9a1 100644
--- a/pbr/hooks/commands.py
+++ b/pbr/hooks/commands.py
@@ -61,3 +61,5 @@ class CommandsConfig(base.BaseConfig):
# We always want non-egg install unless explicitly requested
if 'manpages' in self.pbr_config or not use_egg:
self.add_command('pbr.packaging.LocalInstall')
+ else:
+ self.add_command('pbr.packaging.InstallWithGit')