Skip to content

Commit 826005e

Browse files
committed
chore: upd usage
1 parent b212a67 commit 826005e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gh-archived/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func main() {
220220
)); err != nil {
221221
panic(err)
222222
}
223-
app.Run(func(ctx context.Context, lg *zap.Logger, m *app.Metrics) error {
223+
app.Run(func(ctx context.Context, lg *zap.Logger, m *app.Telemetry) error {
224224
g, ctx := errgroup.WithContext(ctx)
225225

226226
// Initializing metrics.

0 commit comments

Comments
 (0)