Skip to content

Commit fcbcda0

Browse files
committed
fix size usage
1 parent 8f87f1c commit fcbcda0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coman/src/cscs/handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ pub async fn cscs_file_upload(
338338
&config.cscs.current_system,
339339
&account.unwrap_or(config.cscs.account),
340340
remote,
341-
file_meta.size() as i64,
341+
size as i64,
342342
)
343343
.await?;
344344

0 commit comments

Comments
 (0)