diff --git a/src/main.rs b/src/main.rs index 7464a49..46c368d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -121,7 +121,7 @@ fn main() -> Result<()> { ( None | Some(FetcherFunction::FetchFromGitea), - Some(host @ ("codeberg.org" | "gitea.com" | "notabug.org")), + Some(host @ ("codeberg.org" | "gitea.com" | "notabug.org" | "repo.palemoon.org")), _, ) => FetchFromGitea(host).into(), (Some(FetcherFunction::FetchFromGitea), Some(host), _) => FetchFromGitea(host).into(), diff --git a/tests/cmd/submodules/gitea.toml b/tests/cmd/submodules/gitea.toml index adf35a1..c2fa4a3 100644 --- a/tests/cmd/submodules/gitea.toml +++ b/tests/cmd/submodules/gitea.toml @@ -2,6 +2,4 @@ args = [ "https://repo.palemoon.org/MoonchildProductions/Pale-Moon", "31.0.0_Release", "--submodules", - "--fetcher", - "fetchFromGitea", ]