Skip to content

Commit

Permalink
Fix module name in mage remove. (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Jan 21, 2021
1 parent 9b4d4af commit 50c94a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ func Install() error {

func Remove() error {

return sh.Run("go", "clean", "-i", "github.com/felicianotech/sonar")
return sh.Run("go", "clean", "-i", "github.com/felicianotech/sonar/sonar")
}

0 comments on commit 50c94a7

Please sign in to comment.