Skip to content

Commit f6278b8

Browse files
Update src/commands/build/snapshots.rs
Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
1 parent dd4b3f7 commit f6278b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/build/snapshots.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ fn upload_images(
336336
if let Some(token) = options.objectstore.auth_token {
337337
builder = builder.token(token.expose_secret().to_owned());
338338
}
339+
let builder = builder;
339340

340341
let sentry_token = match authenticated_api.auth() {
341342
Auth::Token(token) => token.raw().expose_secret().to_owned(),

0 commit comments

Comments
 (0)