Fix syntax of doc-tools-check-languages.conf
Remove extra white spaces that is a syntax error in bash. Change-Id: Ie912f27b4d2db52b26c5ea5a5d0632187d67a3de
This commit is contained in:
parent
f53d29a0dd
commit
7806890235
@ -41,5 +41,5 @@ declare -A SPECIAL_BOOKS=(
|
||||
# Skip guide while it's moved to RST.
|
||||
["install-guide-rst"]="skip"
|
||||
# This needs special handling, handle it with the RST tools.
|
||||
["common-rst"] = "RST"
|
||||
["common-rst"]="RST"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user