We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e408d32 + c819b1e commit 8f1179eCopy full SHA for 8f1179e
pkg/rhcos/ami_regions.go
@@ -14,7 +14,7 @@ import (
14
func AMIRegions(architecture types.Architecture) sets.String {
15
stream, err := FetchCoreOSBuild(context.Background())
16
if err != nil {
17
- logrus.Error("could not fetch the rhcos stream data: %w", err)
+ logrus.Errorf("could not fetch the rhcos stream data: %v", err)
18
return nil
19
}
20
rpmArch := arch.RpmArch(string(architecture))
0 commit comments