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

pauls pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-unpack.git


The following commit(s) were added to refs/heads/master by this push:
     new 523cb2f  SLING-9670: fix a typo in the meta-inf services.
523cb2f is described below

commit 523cb2f10fde0befff219a071884d31bdb5b529e
Author: Karl Pauls <[email protected]>
AuthorDate: Fri Aug 28 14:51:58 2020 +0200

    SLING-9670: fix a typo in the meta-inf services.
---
 .../org.apache.sling.feature.launcher.spi.extensions.ExtensionHandler   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/resources/META-INF/services/org.apache.sling.feature.launcher.spi.extensions.ExtensionHandler
 
b/src/main/resources/META-INF/services/org.apache.sling.feature.launcher.spi.extensions.ExtensionHandler
index c7cf544..31d9069 100644
--- 
a/src/main/resources/META-INF/services/org.apache.sling.feature.launcher.spi.extensions.ExtensionHandler
+++ 
b/src/main/resources/META-INF/services/org.apache.sling.feature.launcher.spi.extensions.ExtensionHandler
@@ -1 +1 @@
-org.apache.sling.feature.extension.unpack.impl.launcher.UnpackLauncherExtensionTest.UnpackLauncherExtension
\ No newline at end of file
+org.apache.sling.feature.extension.unpack.impl.launcher.UnpackLauncherExtension

Reply via email to