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 956db63 commit 49378acCopy full SHA for 49378ac
cmd/dump_repo.go
@@ -91,6 +91,7 @@ func runDumpRepository(ctx *cli.Context) error {
91
if err := git.InitSimple(context.Background()); err != nil {
92
return err
93
}
94
+ setting.LoadSettings() // cannot access session settings otherwise
95
96
log.Info("AppPath: %s", setting.AppPath)
97
log.Info("AppWorkPath: %s", setting.AppWorkPath)
0 commit comments