We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d1837 commit 761c0e8Copy full SHA for 761c0e8
cmd/config_update_test.go
@@ -54,6 +54,7 @@ KeY = val
54
})
55
56
t.Run("OutputToExisting(environment-to-ini)", func(t *testing.T) {
57
+ // the legacy "environment-to-ini" (now a wrapper script) behavior: if no "--out", then overwrite the existing "--config" file
58
err := NewMainApp(AppVersion{}).Run(t.Context(), []string{
59
"./gitea", "config", "update-ini",
60
"--apply-env",
0 commit comments