diff options
Diffstat (limited to 'subcmds/version.py')
-rw-r--r-- | subcmds/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/version.py b/subcmds/version.py index 09b053ea..c68cb0af 100644 --- a/subcmds/version.py +++ b/subcmds/version.py | |||
@@ -33,7 +33,7 @@ class Version(Command, MirrorSafeCommand): | |||
33 | 33 | ||
34 | def Execute(self, opt, args): | 34 | def Execute(self, opt, args): |
35 | rp = self.manifest.repoProject | 35 | rp = self.manifest.repoProject |
36 | rem = rp.GetRemote(rp.remote.name) | 36 | rem = rp.GetRemote() |
37 | branch = rp.GetBranch('default') | 37 | branch = rp.GetBranch('default') |
38 | 38 | ||
39 | # These might not be the same. Report them both. | 39 | # These might not be the same. Report them both. |