diff options
Diffstat (limited to 'gitolfs3-authenticate/src/main.rs')
| -rw-r--r-- | gitolfs3-authenticate/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitolfs3-authenticate/src/main.rs b/gitolfs3-authenticate/src/main.rs index 1195b1c..bd44394 100644 --- a/gitolfs3-authenticate/src/main.rs +++ b/gitolfs3-authenticate/src/main.rs | |||
| @@ -49,9 +49,9 @@ fn main() -> ExitCode { | |||
| 49 | ), | 49 | ), |
| 50 | }, | 50 | }, |
| 51 | "expires_at": expires_at.to_rfc3339_opts(chrono::SecondsFormat::Secs, true), | 51 | "expires_at": expires_at.to_rfc3339_opts(chrono::SecondsFormat::Secs, true), |
| 52 | "href": format!("{}{}/info/lfs", config.href_base, repo_name), | 52 | "href": format!("{}{repo_name}/info/lfs", config.href_base), |
| 53 | }); | 53 | }); |
| 54 | println!("{}", response); | 54 | println!("{response}"); |
| 55 | 55 | ||
| 56 | ExitCode::SUCCESS | 56 | ExitCode::SUCCESS |
| 57 | } | 57 | } |