We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7ff00 commit d33c8beCopy full SHA for d33c8be
luasrc/patch.lua
@@ -59,8 +59,9 @@ private_vibescript.configure_patch = function ()
59
hasher.digest(patch.repo)
60
61
local patch_folder = patch_dest..hasher.get_value()
62
- dtw.create_dir_recursively(patch_folder)
63
if not dtw.isdir(patch_folder) then
+ dtw.create_dir_recursively(patch_folder)
64
+
65
os.execute("git clone "..patch.repo.." "..patch_folder)
66
end
67
local git_pull_command = "cd "..patch_folder.." && git pull"
0 commit comments