Skip to content

Commit c54ff81

Browse files
committed
updating log
1 parent a857b4b commit c54ff81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils/uploader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function upload_zip(lt_config, file_name, prefix = "project", env = "prod") {
5050
//Convert the file size to megabytes (optional)
5151
let fileSizeInMegabytes = fileSizeInBytes / 1000000.0;
5252
if (fileSizeInMegabytes > 400) {
53-
reject("File Size exceed 200 MB limit");
53+
reject("File Size exceeds 400 MB limit");
5454
return;
5555
}
5656
get_signed_url(lt_config, prefix, env)

0 commit comments

Comments
 (0)