Skip to content

Commit

Permalink
revert git apply
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Nov 4, 2023
1 parent 7a34812 commit 2cb6035
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function _patch(package, patch_url, patch_hash)
end

-- apply the patch file
git.apply(patch_file, {gitdir = os.curdir()})
git.apply(patch_file)
end

-- patch the given package
Expand Down

0 comments on commit 2cb6035

Please sign in to comment.