Skip to content

Commit 43cad6c

Browse files
committed
Merge pull request #118 from quinn/patch-1
allow delete of file on branch
2 parents 96f58f7 + 9d041f7 commit 43cad6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@
574574
};
575575
delPath += "?message=" + encodeURIComponent(params.message);
576576
delPath += "&sha=" + encodeURIComponent(params.sha);
577+
delPath += '&branch=' + encodeURIComponent(branch);
577578
_request("DELETE", delPath, null, cb);
578579
});
579580
};

0 commit comments

Comments
 (0)