Skip to content

Commit

Permalink
fix " too many arguments "
Browse files Browse the repository at this point in the history
  • Loading branch information
suetin committed Jun 3, 2024
1 parent b7b0b32 commit c5e08fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func NewApp(configFile, logLevel string, interactive bool) (*App, error) {
if err != nil {
return nil, err
}
switchHelper := mysql.NewSwitchHelper(config, logger)
switchHelper := mysql.NewSwitchHelper(config)
app := &App{
state: stateFirstRun,
config: config,
Expand Down

0 comments on commit c5e08fb

Please sign in to comment.