Skip to content

Commit

Permalink
Update FileMatch.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Feb 11, 2024
1 parent 11b983b commit 35bcb24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/netcore/Wexflow.Tasks.FileMatch/FileMatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public override TaskStatus Run()
return new TaskStatus(Status.Error, false);
}


Info("Task finished");

return new TaskStatus(Status.Success, success);
Expand Down

0 comments on commit 35bcb24

Please sign in to comment.