зеркало из https://github.com/Azure/ARO-RP.git
Quote the version in the info message
This commit is contained in:
Родитель
af04cb6b13
Коммит
7f86286539
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче