mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
removed unused import
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package analyzer
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"path"
|
||||
"regexp"
|
||||
|
||||
@@ -33,7 +32,7 @@ func analyzeTextAnalyze(analyzer *troubleshootv1beta1.TextAnalyze, getCollectedF
|
||||
|
||||
if re.MatchString(string(collected)) {
|
||||
return &AnalyzeResult{
|
||||
Title: analyzer.CheckName,
|
||||
Title: analyzer.CheckName,
|
||||
IsPass: true,
|
||||
Message: passOutcome.Pass.Message,
|
||||
URI: passOutcome.Pass.URI,
|
||||
|
||||
Reference in New Issue
Block a user