Skip to content
Prev Previous commit
Next Next commit
fix incorrect log
  • Loading branch information
johnstcn committed Jun 5, 2026
commit 4d76f03cb71c37d9d8c4ef5fcb0c32ef2ebe6c30
2 changes: 1 addition & 1 deletion coderd/ai_providers_migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func SeedAIProvidersFromEnv(
case found:
existingSettings, err := db2sdk.AIProviderSettings(existing.Settings)
if err != nil {
return xerrors.Errorf("decode existing settings for %q: %w", dp.Name, err)
return xerrors.Errorf("decode existing settings for %q: %w", existing.Name, err)
}
// Load existing bearer keys so the canonical hash
// includes credentials for comparison.
Expand Down