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

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f99bae77b [YUNIKORN-1300] typo in sample limits entry (#183)
f99bae77b is described below

commit f99bae77b8f348bfc90e6b1acb2f143601b0af52
Author: Ryan Lo <[email protected]>
AuthorDate: Fri Sep 2 16:49:37 2022 +1000

    [YUNIKORN-1300] typo in sample limits entry (#183)
    
    Closes: #183
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 docs/user_guide/queue_config.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user_guide/queue_config.md b/docs/user_guide/queue_config.md
index 209325fbf..73fd227b7 100644
--- a/docs/user_guide/queue_config.md
+++ b/docs/user_guide/queue_config.md
@@ -228,10 +228,10 @@ A sample limits entry:
 limits:
   - limit: <description>
     users:
-    - <user name or "*"">
+    - <user name or "*">
     - <user name>
     groups:
-    - <group name or "*"">
+    - <group name or "*">
     - <group name>
     maxapplications: <1..maxint>
     maxresources:

Reply via email to