diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-30 13:20:55 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-30 13:25:30 +0000 |
| commit | 08ab20509b9c730d3db98dd6e9deb5e2b548979e (patch) | |
| tree | c23f9be98f0647e639a64ac6936a24a3e4cf361b /src/main.rs | |
| parent | 70d0197e85ae4ef85202781f6d2dc9e76bd508b3 (diff) | |
purgatory: improve git authorization integetration
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs index e39c1ab..d382462 100644 --- a/src/main.rs +++ b/src/main.rs | |||
| @@ -119,9 +119,7 @@ async fn main() -> Result<()> { | |||
| 119 | metrics, | 119 | metrics, |
| 120 | purgatory, | 120 | purgatory, |
| 121 | ) => { | 121 | ) => { |
| 122 | if let Err(e) = result { | 122 | result? |
| 123 | return Err(e); | ||
| 124 | } | ||
| 125 | } | 123 | } |
| 126 | _ = signal::ctrl_c() => { | 124 | _ = signal::ctrl_c() => { |
| 127 | info!("Received shutdown signal, cleaning up..."); | 125 | info!("Received shutdown signal, cleaning up..."); |