Skip to content

Commit 7d9a19c

Browse files
committed
Bump angular to version 19 and small fixes
1 parent ca6badd commit 7d9a19c

13 files changed

Lines changed: 4645 additions & 4830 deletions

server/store/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func (s *Store) RenewCertForAgents() error {
5757

5858
err := s.renewCertForAgents(txn)
5959
if err != nil {
60-
return fmt.Errorf("failed to new certificates for agents")
60+
return fmt.Errorf("failed to renew certificates for agents")
6161
}
6262

6363
err = txn.Commit()

0 commit comments

Comments
 (0)