Pattern: Command name starts with =
Issue: -
This was likely not meant as a new command, but instead a continuation from a previous line.
Make sure the =
is used correctly.
Example of incorrect code:
test_variable
=value
Example of correct code:
test_variable=value