[crush] Fix nil variable reference.

This commit is contained in:
Lorenzo Cogotti 2022-08-15 23:48:26 +02:00
parent 9a2b70e96d
commit 17e6ab6e17
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