Skip to content

Commit

Permalink
Merge pull request #160 from Xynnn007/fix-ci
Browse files Browse the repository at this point in the history
fix: CI error for auto deref
  • Loading branch information
flavio authored Nov 15, 2022
2 parents cf23bd4 + 7885f6f commit 57d276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fulcio/oauth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ impl OauthTokenProvider {

let oidc_url = oidc_url?;
let result = RedirectListener::new(
&*format!(
&format!(
"127.0.0.1:{}",
self.redirect_port.unwrap_or(DEFAULT_REDIRECT_PORT)
),
Expand Down

0 comments on commit 57d276f

Please sign in to comment.