QuackatronHQ / Gigarepo

Missing fi statement here SH-1047
Bug risk
Critical
1 occurrence in this check
Expected 'fi' matching previously mentioned 'if'
  2if true
  3then
  4  echo "True"
  5done  6
  7# SH-1047
  8if true