Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/7.x' into backport_19423_7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyan-sheng committed Jul 1, 2020
2 parents 810887f + e39b335 commit 1d53741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-tools/mage/fmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ func GoImports() error {
return err
}
} else {
if err := gotool.Get(
gotool.Get.Package(filepath.Join(GoImportsImportPath)),
if err := gotool.Install(
gotool.Install.Package(filepath.Join(GoImportsImportPath)),
); err != nil {
return err
}
Expand Down

0 comments on commit 1d53741

Please sign in to comment.