Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Use base64 encoding on all commits
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpass committed Nov 13, 2016
1 parent 3284134 commit abcedf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github.js
Expand Up @@ -159,7 +159,7 @@
if (typeof(content) === "string") {
content = {
"content": content,
"encoding": "utf-8"
"encoding": "base64"
};
}

Expand Down

0 comments on commit abcedf9

Please sign in to comment.