Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 4, 2024
1 parent a07b3a1 commit 65e2eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/actions/publish/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
* @returns {object} The blueprint object
*/
async function getBlueprint(project) {
result = await exec.exec("forge", ["blueprint", "dump", project]);
result = await exec.getExecOutput("forge", ["blueprint", "dump", project]);
return JSON.parse(result.stdout);
}

Expand Down

0 comments on commit 65e2eec

Please sign in to comment.