Skip to content

Commit

Permalink
Update README.md for aql example (#436)
Browse files Browse the repository at this point in the history
added "type" key to  include for aql results to work correctly with from_aql method for ArtifactoryPath
  • Loading branch information
jandvorak-sol60279 authored Nov 24, 2023
1 parent 7160ef7 commit 9a1432f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ aqlargs = [
]
},
".include",
["repo", "path", "name"],
["repo", "path", "name", "type"],
".sort",
{"$asc": ["repo", "path", "name"]},
]
Expand Down

0 comments on commit 9a1432f

Please sign in to comment.