Skip to content

Commit 170548f

Browse files
authored
Merge pull request #69 from twpayne/fix-source-command
Restore default source VCS command
2 parents e2ae8ef + 144b125 commit 170548f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmd/root.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import (
1313

1414
var (
1515
configFile string
16-
config Config
16+
config = Config{
17+
SourceVCSCommand: "git",
18+
}
1719
)
1820

1921
var rootCommand = &cobra.Command{

0 commit comments

Comments
 (0)