Skip to content

Commit

Permalink
fix magefile
Browse files Browse the repository at this point in the history
  • Loading branch information
natefinch committed Sep 29, 2018
1 parent f8bfaf8 commit f9a0cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mage_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func cleanup() error {
if err := rm("dist"); err != nil {
fmt.Println("error removing release folder:", err)
}
return nil
}

func genSite() error {
Expand Down

0 comments on commit f9a0cde

Please sign in to comment.