Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
fix #20
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Apr 12, 2022
1 parent 437c463 commit dbd272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/flowhooks/flowhooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func Attach(name string, description string, sharedflow string, continueOnErr bo

flowhook := []string{}

flowhook = append(flowhook, "\"name\":\""+name+"\"")
flowhook = append(flowhook, "\"flowHookPoint\":\""+name+"\"")

if description != "" {
flowhook = append(flowhook, "\"description\":\""+description+"\"")
Expand Down

0 comments on commit dbd272d

Please sign in to comment.