1
0
mirror of https://github.com/coreos/ignition.git synced 2026-02-06 18:47:54 +01:00
Files
ignition/internal/exec/engine.go
yasminvalim f5f563eed7 internal/exec/engine: Ignore close() error
At this point, the file has been created without error, so the execution
can continue and the logic will not change if we ignore this error.
Failure here seams unlikely.

Fixes lint:
```
Error return value of `f.Close` is not checked (errcheck)
```
2025-08-07 12:37:44 +02:00

11 KiB