diff --git a/ubuntutools/pullpkg.py b/ubuntutools/pullpkg.py index 05d7973..6bd4d6d 100644 --- a/ubuntutools/pullpkg.py +++ b/ubuntutools/pullpkg.py @@ -471,6 +471,7 @@ class PullPkg: uri, ) + vcscmd = "" if vcs == "Bazaar": vcscmd = " $ bzr branch " + uri elif vcs == "Git":