[crush] Update crush.lua.

This commit is contained in:
Lorenzo Cogotti 2022-08-15 23:53:03 +02:00
parent 0174d53ae7
commit cc9d45cb44
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ local function fetch(dep)
end
if not os.execute(fullcmd) then
error(name..": Dependency fetch failed ("..cmd..").")
error(dep.name..": Dependency fetch failed ("..cmd..").")
end
end