Skip to content

Commit

Permalink
Merge pull request #152 from stader-labs/remove_logs
Browse files Browse the repository at this point in the history
Remove logs
  • Loading branch information
batphonghan authored Dec 7, 2023
2 parents 58caa16 + bf4fbeb commit 93c0871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stader-cli/service/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func migrate(c *cli.Context) (runBeforeUpgrades, rundAfterUpgrades []ConfigUpgra

// cfg nill or version empty in case fresh install
if cfg == nil || len(cfg.Version) == 0 {
fmt.Printf("Can not found config %+v\n", cfg)
fmt.Printf("This is a fresh installation.\n")
return nil, nil, nil
}

Expand Down

0 comments on commit 93c0871

Please sign in to comment.