diff options
Diffstat (limited to 'commands/root.go')
-rw-r--r-- | commands/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/root.go b/commands/root.go index 298fb427..ebf688dc 100644 --- a/commands/root.go +++ b/commands/root.go @@ -13,7 +13,7 @@ import ( const rootCommandName = "git-bug" // package scoped var to hold the repo after the PreRun execution -var repo repository.Repo +var repo repository.ClockedRepo // RootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{ |