Comparing version 0.1.0 to 0.1.1
@@ -85,6 +85,6 @@ const axios = require("axios"); | ||
} | ||
const encodedFilePath = encodeURIComponent(util.trimSlashes(filePath)); | ||
filePath = util.trimSlashes(filePath); | ||
const url = `${this.getProjectUrl( | ||
projectIdentifier | ||
)}/contents/${encodedFilePath}?ref=${branchName}`; | ||
)}/contents/${filePath}?ref=${branchName}`; | ||
try { | ||
@@ -91,0 +91,0 @@ if (this.VERBOSE) console.log(`GET > ${url}`); |
{ | ||
"name": "github-x", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "GitHub Executor API Interface", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/mxcd/github-x", |
30763