You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/11/23 08:37:07 UTC

[karaf-cave] branch master updated: Fix typo in the repository documentation

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-cave.git


The following commit(s) were added to refs/heads/master by this push:
     new e61fa1e  Fix typo in the repository documentation
e61fa1e is described below

commit e61fa1e1bd15faf848599482058831cd1cc253ec
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Sat Nov 23 09:36:50 2019 +0100

    Fix typo in the repository documentation
---
 manual/src/main/asciidoc/user-guide/repository.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manual/src/main/asciidoc/user-guide/repository.adoc b/manual/src/main/asciidoc/user-guide/repository.adoc
index dc0be67..74e03ba 100644
--- a/manual/src/main/asciidoc/user-guide/repository.adoc
+++ b/manual/src/main/asciidoc/user-guide/repository.adoc
@@ -22,7 +22,7 @@ can also serve as proxy or mirror to other remote repositories.
 The first step is to register Cave features repository XML in a running Karaf instance:
 
 ```
-karaf@root()> features:repo-add cave 4.2.0
+karaf@root()> feature:repo-add cave 4.2.0
 ```
 
 Once it's done, you can install the `cave-repository` feature:
@@ -580,4 +580,4 @@ The `org.apache.karaf.cave:type=repository` MBean provides the `changeScheduling
 
 ===== Service
 
-The `org.apache.karaf.cave.repository.RepositoryService` service provides the `changeScheduling(String name, String scheduling, String schedulingAction)` method to change the repository scheduling.
\ No newline at end of file
+The `org.apache.karaf.cave.repository.RepositoryService` service provides the `changeScheduling(String name, String scheduling, String schedulingAction)` method to change the repository scheduling.