Skip to content

Commit

Permalink
updating lsopen args to not be required
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Nov 13, 2024
1 parent 756717e commit 810aeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Payload_Type/poseidon/poseidon/agentfunctions/lsopen.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func init() {
Description: "Arguments to pass to application/binary",
ParameterGroupInformation: []agentstructs.ParameterGroupInfo{
{
ParameterIsRequired: true,
ParameterIsRequired: false,
UIModalPosition: 3,
},
},
Expand Down

0 comments on commit 810aeb0

Please sign in to comment.