We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
then
if true echo "True" fi
if true then echo "True" fi
ShellCheck has found an if statement that appears to be missing a then.
if
Make sure the then exists, and that it is the first word of the line (or immediately preceded by a semicolon).
None