Browse code

Merge pull request #142 from bparees/fix_syntax

Merged by openshift-bot

OpenShift Bot authored on 2014/09/25 07:49:11
Showing 1 changed files
... ...
@@ -57,7 +57,7 @@ All commands assume the `openshift` binary is in your path:
57 57
  * If you setup the github webhook in step 3, push a change to app.rb in your ruby sample repository from step 2.
58 58
  * Otherwise you can simulate the webhook invocation by running:
59 59
  
60
-        $ curl -s -A "GitHub-Hookshot/github" -H "Content-Type:application/json" -H "X-Github-Event:push" -d @buildinvoke/pushevent.json http://localhost:8080/osapi/v1beta1/buildConfigHooks/build100/secret101/github
60
+            $ curl -s -A "GitHub-Hookshot/github" -H "Content-Type:application/json" -H "X-Github-Event:push" -d @buildinvoke/pushevent.json http://localhost:8080/osapi/v1beta1/buildConfigHooks/build100/secret101/github
61 61
 
62 62
     In the OpenShift logs (logs/openshift.log) you should see something like:
63 63