Skip to content

Commit 0eeaa67

Browse files
Update src/commands/mobile_app/upload.rs
Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
1 parent d681185 commit 0eeaa67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands/mobile_app/upload.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@ fn validate_is_mobile_app(path: &Path, bytes: &[u8]) -> Result<()> {
233233
let format_list = "APK, AAB, or XCArchive";
234234

235235
Err(anyhow!(
236-
"File is not a recognized mobile app format ({}): {}",
237-
format_list,
236+
"File is not a recognized mobile app format ({format_list}): {}",
238237
path.display()
239238
))
240239
}

0 commit comments

Comments
 (0)