Update internal/build/build.go

Co-Authored-By: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
lynn [they] 2020-02-29 13:21:31 -08:00 committed by GitHub
parent 6594da85f6
commit d206020179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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