Skip to content

Commit

Permalink
🐛 fix: Variable err misuse
Browse files Browse the repository at this point in the history
  • Loading branch information
vg006 committed Jan 13, 2025
1 parent 72d3d6b commit 904fefa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ var buildCmd = &cobra.Command{
Use: "build",
Short: "Build the vgo tool and install it",
Run: func(cmd *cobra.Command, args []string) {
var err error
flag := true

_ = spinner.
New().
Title("Building").
Expand Down

0 comments on commit 904fefa

Please sign in to comment.