slimtoolkit / slim

Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
Apache License 2.0
19.34k stars 726 forks source link

Fix big in fsutil error format string #508

Closed crcady closed 1 year ago

crcady commented 1 year ago

Fixes-###

What

Changes the error string for an error check in fsutil.

Why

Unit tests were failing for me due to what looks like an error.

How Tested

By running the unit tests, which now exits with a successful status code.

kcq commented 1 year ago

thanks for the PR!