Update internal/build/build.go

Co-Authored-By: Sascha Grunert <sgrunert@suse.com>
main
lynn [they] 4 years ago committed by GitHub
parent 6594da85f6
commit d206020179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -205,7 +205,7 @@ func checkBinarySizeActionFunc(c *cli.Context) (err error) {
return err
}
// get file into
// get file info
fileInfo, err := os.Stat(builtFilePath)
if err != nil {
return err

Loading…
Cancel
Save