Skip to content

Commit

Permalink
Fix typo in log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillp committed Aug 29, 2024
1 parent 3020594 commit 0b8b26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specter.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,6 @@ func (s Specter) ProcessArtifacts(ctx context.Context, specifications []Specific
}
}

s.Logger.Success("FindAll processed successfully.")
s.Logger.Success("Artifacts processed successfully.")
return nil
}

0 comments on commit 0b8b26e

Please sign in to comment.