Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerinus committed Aug 12, 2022
1 parent 0b66fd8 commit 2493e91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/migration-tool/migration-033-034-035.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func (u *migrationTool) Migrate() error {
config.InitSetup(config.UserServiceConfigFilePath)

config.AppInfo.LogPath = logPath.Value()
config.AppInfo.LogSaveName = logSaveName.Value()
config.AppInfo.LogFileExt = logFileExt.Value()
config.AppInfo.DBPath = dbPath.Value()
config.AppInfo.UserDataPath = userDataPath.Value()
Expand Down

0 comments on commit 2493e91

Please sign in to comment.