diff options
| author | Sophie Forrest <git@sophieforrest.com> | 2024-11-10 15:54:32 +1300 |
|---|---|---|
| committer | Sophie Forrest <git@sophieforrest.com> | 2024-11-10 15:54:32 +1300 |
| commit | f20503aa26ec2e91fb585defa338993985dac2e5 (patch) | |
| tree | 94751866a297ea26a71b126e9c44b1957aee3fa6 /src/main.rs | |
| parent | 2d6245e05d6f153d911ce5763c3d8ac7d42b3171 (diff) | |
feat: use 2025 index
Diffstat (limited to '')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index d02e53b..b13c8cf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -49,7 +49,7 @@ async fn main() { ["d", "u", "p", "o"] .iter() .map(|directory| { - format!("https://service-web.wgtn.ac.nz/dotnet2/catprint.aspx?d=all&t={directory}2024") + format!("https://service-web.wgtn.ac.nz/dotnet2/catprint.aspx?d=all&t={directory}2025") }) .map(into_document), ) |