From cc9d45cb44e43ee0e690e15f6d9cd3aa5668f29d Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Mon, 15 Aug 2022 23:53:03 +0200 Subject: [PATCH] [crush] Update crush.lua. --- crush.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crush.lua b/crush.lua index 78d4131..5777248 100644 --- a/crush.lua +++ b/crush.lua @@ -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