This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch rombert-patch-1
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git

commit 0dfd5bacf048d66e920ec4aa9b36fd4d444f3eb5
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Aug 6 14:02:20 2025 +0200

    chore: remove unneeded underscore from code listing
---
 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()
 
 ```

Reply via email to