Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: AkM-2018 <[email protected]>
  • Loading branch information
AkM-2018 authored May 17, 2023
1 parent 77100f9 commit aa97acd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
* <li>must not contain whitespace (tabs or spaces)</li>
* <li>must not contain comma (',')</li>
* <li>must not contain hash sign ('#')</li>
* <li>must not start with underscore ('-')</li>
* <li>must not start with underscore ('_')</li>
* <li>must be lowercase</li>
* <li>must not contain invalid file name characters {@link org.opensearch.common.Strings#INVALID_FILENAME_CHARS} </li>
* </ul>
Expand Down

0 comments on commit aa97acd

Please sign in to comment.