Skip to content

Commit fa58e8b

Browse files
committed
chore(cli): update anon rules log
1 parent bc0b9d6 commit fa58e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/commands/update_anon_rules.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func runUpdateAnonRules() error {
5353
continue
5454
}
5555

56-
fmt.Printf("Updating server '%s' (%s)... ", server.Alias, server.IP)
56+
fmt.Printf("Updating anonymization rules on server '%s' (%s)... ", server.Alias, server.IP)
5757

5858
// Create API client
5959
apiClient := client.New(server.IP)

0 commit comments

Comments
 (0)