Skip to content

Commit ba22fc2

Browse files
committed
Fixing names
1 parent accfd72 commit ba22fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/watcher/chartstatus/chartstatus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func (c *ChartStatusWatcher) watchChartStatus(ctx context.Context) {
163163
types.NamespacedName{Name: appName, Namespace: appNamespace},
164164
&app)
165165
if err != nil {
166-
c.logger.Errorf(ctx, err, "failed to get app '%s/%s'", app.Namespace, app.Name)
166+
c.logger.Errorf(ctx, err, "failed to get app '%s/%s'", appNamespace, appName)
167167
continue
168168
}
169169

0 commit comments

Comments
 (0)