Commit fd55650
committed
fix: linter error (#246)
Fix linter error
<!-- greptile_comment -->
## Greptile Summary
Updates variable naming in `common/docker/client_image.go` to fix linter errors by renaming duplicate 'ok' variables in type assertions within the parseNonBuildkitResp function.
- Improved code clarity by using distinct variable names (ok2, ok3) instead of reusing 'ok' for multiple type assertions in error handling flow
- Change maintains existing functionality while addressing linter warnings for Docker build output processing
<!-- /greptile_comment -->1 parent 686604b commit fd55650
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
444 | | - | |
| 443 | + | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
0 commit comments