File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ func (s *CommunityGalleryImageRuleService) ReconcileCommunityGalleryImageRule(ru
72
72
image .Properties .Identifier .Offer == nil || image .Properties .Identifier .Publisher == nil ||
73
73
image .Properties .Identifier .SKU == nil || image .Location == nil || image .Type == nil {
74
74
log .Error (nil , "One or more detailed properties in API response were nil." )
75
- detailsMsg = fmt .Sprintf ("Found image; Name: '%s'" , * image . Name )
75
+ detailsMsg = fmt .Sprintf ("Found image; Name: '%s'" , ruleImageName )
76
76
} else {
77
77
detailsMsg = fmt .Sprintf ("Found image; Name: '%s'; Offer: '%s'; Publisher: '%s'; SKU: '%s'; Location: '%s'; Type: '%s'" ,
78
- * image . Name ,
78
+ ruleImageName ,
79
79
* image .Properties .Identifier .Offer ,
80
80
* image .Properties .Identifier .Publisher ,
81
81
* image .Properties .Identifier .SKU ,
You can’t perform that action at this time.
0 commit comments