Skip to content

Commit

Permalink
update parseCliPullOtArguments comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abrantesarthur committed Jan 8, 2025
1 parent 99e8d82 commit 25a73a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oneTrust/parseCliPullOtArguments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const VALID_RESOURCES = Object.values(OneTrustPullResource);
const VALID_FILE_FORMATS = Object.values(OneTrustFileFormat);

interface OneTrustCliArguments {
/** The name of the file to write the resources to without extensions */
/** The name of the file to write the resources to */
file: string;
/** The OneTrust hostname to send the requests to */
hostname: string;
Expand Down

0 comments on commit 25a73a8

Please sign in to comment.