mirror of
https://github.com/grdl/git-get.git
synced 2026-02-10 10:49:25 +00:00
Fix issues found by revive linter
This commit is contained in:
@@ -35,7 +35,7 @@ func newListCommand() *cobra.Command {
|
||||
return cmd
|
||||
}
|
||||
|
||||
func runListCommand(cmd *cobra.Command, args []string) error {
|
||||
func runListCommand(_ *cobra.Command, _ []string) error {
|
||||
cfg.Expand(cfg.KeyReposRoot)
|
||||
|
||||
config := &pkg.ListCfg{
|
||||
|
||||
Reference in New Issue
Block a user