Skip to content

Commit d33c8be

Browse files
att
1 parent dc7ff00 commit d33c8be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

luasrc/patch.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ private_vibescript.configure_patch = function ()
5959
hasher.digest(patch.repo)
6060

6161
local patch_folder = patch_dest..hasher.get_value()
62-
dtw.create_dir_recursively(patch_folder)
6362
if not dtw.isdir(patch_folder) then
63+
dtw.create_dir_recursively(patch_folder)
64+
6465
os.execute("git clone "..patch.repo.." "..patch_folder)
6566
end
6667
local git_pull_command = "cd "..patch_folder.." && git pull"

0 commit comments

Comments
 (0)