Skip to content

Fix typo in command description #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Packs/Code42/Integrations/Code42/Code42.yml
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ script:
required: true
secret: false
- default: false
description: The name of the legal hold matter to which to which the user will
description: The name of the legal hold matter to which the user will
be added.
isArray: false
name: mattername
Expand Down Expand Up @@ -776,7 +776,7 @@ script:
- contextPath: Code42.DepartingEmployee.DepartureDate
description: The departure date for the Departing Employee.
type: Unknown
dockerimage: demisto/py42:1.0.0.9801
dockerimage: demisto/py42:1.0.0.9806
feed: false
isfetch: true
longRunning: false
Expand Down
2 changes: 1 addition & 1 deletion Packs/Code42/Integrations/Code42/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ Adds a Code42 user to a legal hold matter.
| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
| username | The username of the user to add to the given legal hold matter. | Required |
| mattername | The name of the legal hold matter to which to which the user will be added. | Required |
| mattername | The name of the legal hold matter to which the user will be added. | Required |


#### Context Output
Expand Down