Quote the version in the info message

This commit is contained in:
darthhexx 2022-08-26 12:04:14 +10:00
Родитель af04cb6b13
Коммит 7f86286539
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -147,7 +147,7 @@ func updateOpenShiftVersions(ctx context.Context, dbOpenShiftVersions database.O
}
for _, doc := range newVersions {
log.Printf("Version %s not found in database, creating", doc.Version)
log.Printf("Version %q not found in database, creating", doc.Version)
newDoc := api.OpenShiftVersionDocument{
ID: dbOpenShiftVersions.NewUUID(),
OpenShiftVersion: &doc,