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 92a2900 commit c9bb2c4Copy full SHA for c9bb2c4
cmd/main.go
@@ -165,6 +165,8 @@ func NewMainApp(appVer AppVersion) *cli.App {
165
app.Commands = append(app.Commands, subCmdWithConfig...)
166
app.Commands = append(app.Commands, subCmdStandalone...)
167
168
+ os.Unsetenv("XDG_CONFIG_HOME") // unset if set as HOME is managed by gitea
169
+
170
return app
171
}
172
0 commit comments