Skip to content

Commit

Permalink
fix: set dry run to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 18, 2019
1 parent a7b7678 commit c7af677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "log"
func main() {
displayVersion()

err := action(true)
err := action(false)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit c7af677

Please sign in to comment.