From abcedf9dc5620d0036146daf411e113fa94dfbb3 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 13 Nov 2016 22:39:38 +0000 Subject: [PATCH] Use base64 encoding on all commits --- lib/github.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github.js b/lib/github.js index 26b8011..f536eed 100644 --- a/lib/github.js +++ b/lib/github.js @@ -159,7 +159,7 @@ if (typeof(content) === "string") { content = { "content": content, - "encoding": "utf-8" + "encoding": "base64" }; }