Skip to content

Commit

Permalink
fix start log message
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf committed Dec 27, 2023
1 parent 6932e4f commit dc790c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func main() { //nolint
}

if *removeSubscriptions != "" {
logger.Info().Msg("Delition of subscriptions started")
logger.Info().Msg("Start delition of subscriptions")
subscriptionIDs := strings.Split(*removeSubscriptions, ",")
for _, subscriptionID := range subscriptionIDs {
if err := database.RemoveSubscription(subscriptionID); err != nil {
Expand Down

0 comments on commit dc790c5

Please sign in to comment.