summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index 83a4296..077f0b7 100644
--- a/main.go
+++ b/main.go
@@ -21,6 +21,10 @@ func main() {
badExit(err)
}
+ if env.Verbose() {
+ env.PrintTable()
+ }
+
// attempt to clone, returns *gitpb.Repo
workingRepo, err = clone(argv.Repo)
if err != nil {