Skip to content

Commit

Permalink
fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Aug 17, 2021
1 parent 0bdb1b6 commit d17ca30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mantil/cmd/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var watchCmd = &cobra.Command{
log.Println("deploy finished")
if method != "" {
log.Printf("invoking method %s", method)
if err := invoke.Endpoint(endpoint, data, false); err != nil {
if err := invoke.Endpoint(endpoint, data, false, true); err != nil {
log.Print(err)
}
}
Expand Down

0 comments on commit d17ca30

Please sign in to comment.