From 1fd0234e248343676933d198fcf3260a10a0cf04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Dvo=C5=99=C3=A1k?= <103173281+jandvorak-sol60279@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:30:50 +0100 Subject: [PATCH] Update README.md added "type" key to include for aql results to work correctly with from_aql method for ArtifactoryPath --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b088d1d..cffe386 100644 --- a/README.md +++ b/README.md @@ -576,7 +576,7 @@ aqlargs = [ ] }, ".include", - ["repo", "path", "name"], + ["repo", "path", "name", "type"], ".sort", {"$asc": ["repo", "path", "name"]}, ]