diff options
| author | Rutger Broekhoff | 2026-02-20 19:04:13 +0100 |
|---|---|---|
| committer | Rutger Broekhoff | 2026-02-20 19:04:20 +0100 |
| commit | fd69069e3143d895a51c0621a134b334fc24b762 (patch) | |
| tree | 01bd5f3f96574d6b5543c26f1b9820034cc364c0 /gitolfs3-authenticate | |
| parent | a208bdb9d6db274afaebf8c1676ee8792b9ed7d4 (diff) | |
| download | gitolfs3-fd69069e3143d895a51c0621a134b334fc24b762.tar.gz gitolfs3-fd69069e3143d895a51c0621a134b334fc24b762.zip | |
Diffstat (limited to 'gitolfs3-authenticate')
| -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 | } |