A Bash command I'm running is supposed to update a YAML file.
The YAML file is as follows-
---[conf]users: - mitchell
I get the error-
ERROR! Syntax Error while loading YAML. expected '<document start>', but found '<block mapping start>'The offending line appears to be:users:^ here
What should I do?
Thanks a lot!