Skip to content

Commit

Permalink
Configure patch strip in Bazel template
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Jan 12, 2025
1 parent f5299a4 commit 22eeaf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bcr/source.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"url": "https://github.com/realm/SwiftLint/releases/download/{TAG}/bazel.tar.gz",
"integrity": "",
"strip_prefix": ""
"strip_prefix": "",
"patch_strip": 0
}

0 comments on commit 22eeaf4

Please sign in to comment.