fix(image): wrong return when trying second command

This commit is contained in:
Folke Lemaitre 2025-02-18 18:55:53 +01:00
parent 526896ad3e
commit 74c42985be
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -349,8 +349,8 @@ function Convert:run(cb)
})
return
end
return done(step, "No command available")
end
return done(step, "No command available")
end
next()
end