summaryrefslogtreecommitdiff
path: root/doGit.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGit.go')
-rw-r--r--doGit.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/doGit.go b/doGit.go
index 5240643..f26a5cc 100644
--- a/doGit.go
+++ b/doGit.go
@@ -62,6 +62,8 @@ func doGit() (string, error) {
if argv.Git.Create != "" {
s = "attmepting to create new repo"
}
+ if argv.Git.Template != "" {
+ }
if argv.Git.Edit != "" {
log.Info("change last git commit message to:", argv.Git.Edit)