Skip to content

Commit

Permalink
update options parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
zmully committed Sep 7, 2022
1 parent 5c853d0 commit 57ab596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publishToConfluence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default async function publishToConfluence(
error.fatal('Please run `psp build` first to generate the policy docs.');
}

const { domain, space, username, password, parent } = options;
const { domain, space, username, password, parent, debug } = options;

const site = `https://${domain || CONFLUENCE_DOMAIN}.atlassian.net`;
const baseUrl = `${site}/wiki/rest/api/content`;
Expand Down

0 comments on commit 57ab596

Please sign in to comment.