Skip to content

Commit dc7ff00

Browse files
att
1 parent 3f3f278 commit dc7ff00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luasrc/patch.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private_vibescript.configure_patch = function ()
8080
local item = filtered_itens[i]
8181
local item_path = repo_src.."/"..item
8282
local dest_path = patch.dest.."/"..item
83-
-- print("Applying patch item: "..item," to dest: "..dest_path)
83+
print("Applying patch item: "..item," to dest: "..dest_path)
8484
dtw.copy_any_overwriting(item_path,dest_path)
8585
end
8686

0 commit comments

Comments
 (0)