mirror of
https://github.com/grdl/git-get.git
synced 2026-02-09 11:29:19 +00:00
Fix issues found by revive linter
This commit is contained in:
@@ -45,7 +45,7 @@ func newGetCommand() *cobra.Command {
|
||||
return cmd
|
||||
}
|
||||
|
||||
func runGetCommand(cmd *cobra.Command, args []string) error {
|
||||
func runGetCommand(_ *cobra.Command, args []string) error {
|
||||
var url string
|
||||
if len(args) > 0 {
|
||||
url = args[0]
|
||||
|
||||
Reference in New Issue
Block a user