This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git
The following commit(s) were added to refs/heads/master by this push:
new d70cea3 chore: remove unneeded underscore from code listing (#24)
d70cea3 is described below
commit d70cea320cf0ccef326ff098899e0f4b6388da03
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Aug 6 14:10:58 2025 +0200
chore: remove unneeded underscore from code listing (#24)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 71f8f19..0bfe10a 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ As changes to master are active immediately on all jobs, it
is recommended to te
* under the License.
*/
-@Library('sling@mybranch') _
+@Library('sling@mybranch')
slingOsgiBundleBuild()
```