Skip to content

Commit

Permalink
fix linters warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Feb 1, 2022
1 parent 7a7278e commit d67d6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/build/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ func moveFile(from, to string) error {
if err != nil {
return err
}

fFile, err := os.ReadFile(from)
if err != nil {
return err
Expand Down

0 comments on commit d67d6e7

Please sign in to comment.