Skip to content

Commit

Permalink
docs update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehfkemsy authored Jul 14, 2019
1 parent 98be7fa commit fe38036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ http
.update(chunk.toString())
.digest("hex");

//choose which was updated ... posible bug: two repos get updated at the same time
//choose which was updated ...
switch (req.headers["x-hub-signature"]) {
case sig:
exec("cd " + repo + " && git pull && yarn build"); //execute whatever command you want here
Expand Down

0 comments on commit fe38036

Please sign in to comment.