diff options
| -rw-r--r-- | fatcat-cli/src/specifier.rs | 2 | 
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) => {  | 
