Skip to content

Commit

Permalink
fix: 🐛 log error while removing buildkit instead of returning one
Browse files Browse the repository at this point in the history
Signed-off-by: jffarge <jf@dagger.io>
  • Loading branch information
slumbering committed Jan 27, 2022
1 parent 0611eec commit 75c275c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/buildkitd/buildkitd.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func checkBuildkit(ctx context.Context) error {
lg.Debug().Msg("no buildkit daemon detected")

if err := removeBuildkit(ctx); err != nil {
return err
lg.Debug().Msg("Error while removing Buildkit")
}

if err := installBuildkit(ctx); err != nil {
Expand Down

0 comments on commit 75c275c

Please sign in to comment.