Skip to content

Commit

Permalink
Added success message
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenson committed Nov 14, 2024
1 parent 6651963 commit cbc6436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/ripoff-export/ripoff_export.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,6 @@ func main() {
slog.Error("Could not write ripoff file", errAttr(err))
os.Exit(1)
}

slog.Info(fmt.Sprintf("Ripoff export complete, %d rows exported", len(ripoffFile.Rows)))
}

0 comments on commit cbc6436

Please sign in to comment.