Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemtam committed Oct 15, 2023
1 parent f6ff805 commit 9416dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func Run(ctx context.Context, i *Input) (*atlasexec.MigrateApply, error) {
if err != nil {
return nil, err
}
params := &atlasexec.ApplyParams{
params := &atlasexec.MigrateApplyParams{
URL: i.URL,
Amount: i.Amount,
TxMode: i.TxMode,
Expand Down

0 comments on commit 9416dca

Please sign in to comment.