diff --git a/commands/execenv/loading.go b/commands/execenv/loading.go index 96ff073da59ac2d9fcc5be70d9f338a9de531733..82b8904b5871ffac2c6409c66b514e7ee02d5f64 100644 --- a/commands/execenv/loading.go +++ b/commands/execenv/loading.go @@ -15,7 +15,7 @@ import ( "github.com/git-bug/git-bug/util/interrupt" ) -// LoadRepo is a pre-run function that load the repository for use in a command +// LoadRepo is a pre-run function that loads the repository for use in a command. func LoadRepo(env *Env) func(*cobra.Command, []string) error { return func(cmd *cobra.Command, args []string) error { repoPath, err := getRepoPath(env)