Skip to content

Commit f043261

Browse files
committed
refactor: add variable
1 parent c8fc76b commit f043261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/porcelain/deploy.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,8 @@ func bundleFromManifest(ctx context.Context, manifestFile *os.File, observer Dep
650650
return nil, nil, err
651651
}
652652

653-
context.GetLogger(ctx).Debug("Found functions manifest file")
653+
logger := context.GetLogger(ctx)
654+
logger.Debug("Found functions manifest file")
654655

655656
var manifest functionsManifest
656657

0 commit comments

Comments
 (0)