Skip to content

Commit

Permalink
fix(sync) Don't asks for provider twice
Browse files Browse the repository at this point in the history
  • Loading branch information
x1b6e6 authored and Jguer committed May 26, 2021
1 parent 4993e4d commit ba3c669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ func inRepos(dbExecutor db.Executor, pkg string) bool {
}

previousHideMenus := settings.HideMenus
settings.HideMenus = false
settings.HideMenus = true
exists := dbExecutor.SyncSatisfierExists(target.DepString())
settings.HideMenus = previousHideMenus

Expand Down

0 comments on commit ba3c669

Please sign in to comment.