releaser: Adjustments

This commit is contained in:
Bjørn Erik Pedersen
2017-07-06 01:32:55 +02:00
parent 70d8ddcb60
commit 477684022f
3 changed files with 3 additions and 10 deletions

View File

@@ -24,6 +24,7 @@ import (
"os/exec"
"path/filepath"
"regexp"
"strings"
"github.com/gohugoio/hugo/helpers"
)
@@ -84,7 +85,7 @@ func New(version string, step int, skipPublish, try bool) *ReleaseHandler {
if try {
rh.git = func(args ...string) (string, error) {
fmt.Println("git", args)
fmt.Println("git", strings.Join(args, " "))
return "", nil
}
} else {