Skip to content

Commit

Permalink
fix: dotzero#13
Browse files Browse the repository at this point in the history
  • Loading branch information
NAlexandrov committed Jun 5, 2023
1 parent 2631f82 commit 492761e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func New() *Cmd {
CommitHash: "Unknown",
CompileDate: "Unknown",
config: config.New(),
git: &git.Git{},
git: git.New(),
}
}

Expand Down

0 comments on commit 492761e

Please sign in to comment.