Skip to content

Commit

Permalink
fix(tools): argument type in OctopusTasks
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Nov 19, 2023
1 parent 9765231 commit 5df7541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Nuke.Common/Tools/Octopus/Octopus.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
{
"name": "Include",
"type": "string",
"type": "List<string>",
"format": "--include={value}",
"help": "Add a file pattern to include, relative to the base path. E.g. <c>/bin/-*.dll</c> - if none are specified, defaults to <c>**</c>."
},
Expand Down

0 comments on commit 5df7541

Please sign in to comment.