aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat-cli/src/specifier.rs
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat-cli/src/specifier.rs')
-rw-r--r--fatcat-cli/src/specifier.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat-cli/src/specifier.rs b/fatcat-cli/src/specifier.rs
index 22c7f1c..2b14e31 100644
--- a/fatcat-cli/src/specifier.rs
+++ b/fatcat-cli/src/specifier.rs
@@ -340,7 +340,7 @@ impl Specifier {
);
let result = api_client
.rt
- .block_on(api_client.api.lookup_file(sha1, sha256, md5, expand, hide))?;
+ .block_on(api_client.api.lookup_file(md5, sha1, sha256, expand, hide))?;
match result {
fatcat_openapi::LookupFileResponse::FoundEntity(model) => Ok(Box::new(model)),
fatcat_openapi::LookupFileResponse::BadRequest(err) => {