Skip to content

Commit

Permalink
fix: remove unused packageUrl
Browse files Browse the repository at this point in the history
Signed-off-by: Matthis Holleville <[email protected]>
  • Loading branch information
matthisholleville committed Aug 5, 2024
1 parent e3745b0 commit f59f872
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmd/customAnalyzer/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ import (
)

var (
packageUrl string
name string
url string
port int
name string
url string
port int
)

var addCmd = &cobra.Command{
Expand Down

0 comments on commit f59f872

Please sign in to comment.