Drop the "no-repo" comment in TOML example

It's not relevant to the example and might confuse readers as a result.
This commit is contained in:
2025-07-21 16:18:44 -05:00
parent b952e40060
commit b290a8b1d6

View File

@@ -97,7 +97,6 @@ Since the more-specific settings are preferred, these can be combined to have an
[all] [all]
gitea_url = "https://demo.gitea.com/" gitea_url = "https://demo.gitea.com/"
owner = "robert" owner = "robert"
# no `repo = ` section because that must be project specific.
token = "fake-token" token = "fake-token"
# Override Gitea target so I can test my uploads privately. # Override Gitea target so I can test my uploads privately.