diff --git a/lua/gopher/struct_tags.lua b/lua/gopher/struct_tags.lua index c5576a5..5b951c9 100644 --- a/lua/gopher/struct_tags.lua +++ b/lua/gopher/struct_tags.lua @@ -47,7 +47,12 @@ local function modify(...) on_exit = function(data, retval) if retval ~= 0 then u.notify( - "command 'gomodifytags " .. unpack(cmd_args) .. "' exited with code " .. retval, + "command '" + .. c.gomodifytags + .. " " + .. unpack(cmd_args) + .. "' exited with code " + .. retval, "error" ) return