backend-manager 3.2.130 → 3.2.131

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "3.2.130",
3
+ "version": "3.2.131",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -292,7 +292,7 @@ Module.prototype.uploadPost = function (content) {
292
292
  const existing = await self.octokit.rest.repos.getContent({
293
293
  owner: owner,
294
294
  repo: repo,
295
- path: path,
295
+ path: filename,
296
296
  })
297
297
  .catch(e => e);
298
298