Skip to content

Commit 144b125

Browse files
committed
Restore default source VCS command
This was broken by 9dc8b10.
1 parent c785c33 commit 144b125

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)