Fixing some issues, backed project study
This commit is contained in:
@@ -27,7 +27,6 @@ func (rule EraseFileRule) GetCmd() string {
|
||||
}
|
||||
|
||||
func (rule EraseFileRule) Execute(data string) (string, bool) {
|
||||
|
||||
if rule.Match(data) {
|
||||
values := rule.matcher.Parse(data)
|
||||
println(values[1], " est le hash du fichier à supprimer")
|
||||
|
||||
Reference in New Issue
Block a user