Skip to content

Commit

Permalink
fix(browser): corrected path to manifest file. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmdev authored Sep 10, 2020
1 parent fe1cdf2 commit 67baa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/browser/updateManifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function (context) {

var pluginManifestPath = path.join(
context.opts.projectRoot,
'plugins/phonegap-plugin-push/src/browser/manifest.json'
'plugins/cordova-plugin-push/src/browser/manifest.json'
);

fs.readFile(pluginManifestPath, 'utf8', function (err, pluginJson) {
Expand Down

0 comments on commit 67baa04

Please sign in to comment.