Skip to content

Commit

Permalink
Merge pull request #118 from quinn/patch-1
Browse files Browse the repository at this point in the history
allow delete of file on branch
  • Loading branch information
ingalls committed Dec 22, 2014
2 parents 96f58f7 + 9d041f7 commit 43cad6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@
};
delPath += "?message=" + encodeURIComponent(params.message);
delPath += "&sha=" + encodeURIComponent(params.sha);
delPath += '&branch=' + encodeURIComponent(branch);
_request("DELETE", delPath, null, cb);
});
};
Expand Down

0 comments on commit 43cad6c

Please sign in to comment.