Skip to content

Commit

Permalink
change curl example since we might pipe post body to script
Browse files Browse the repository at this point in the history
  • Loading branch information
kainosnoema committed Jun 8, 2012
1 parent 4635bc2 commit a1a4e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Start the webserver

Trigger the hook remotely with env vars

curl -d "branch=staging" http://localhost:8080/hooks/deploy-project
curl -X POST http://localhost:8080/hooks/deploy-project?branch=staging
# hook script is run with `JIM_BRANCH=staging`

## Features
Expand Down

0 comments on commit a1a4e82

Please sign in to comment.