From a5d3c847337fd34f491b386e2b7cd42fca23b941 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 22 Nov 2008 17:45:13 +0100 Subject: rename GitInitDB to GitInit --- gbp/command_wrappers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gbp') diff --git a/gbp/command_wrappers.py b/gbp/command_wrappers.py index 0fa33745..0397a3f7 100644 --- a/gbp/command_wrappers.py +++ b/gbp/command_wrappers.py @@ -165,10 +165,10 @@ class GitCommand(Command): Command.__init__(self, 'git', [cmd] + args, **kwargs) -class GitInitDB(GitCommand): - """Wrap git init-db""" +class GitInit(GitCommand): + """Wrap git init""" def __init__(self): - GitCommand.__init__(self, 'init-db') + GitCommand.__init__(self, 'init') self.run_error = "Couldn't init git repository" -- cgit v1.2.3