From 95a1f1d236ac2b4c5f8c2c35893e59c1751b2c1b Mon Sep 17 00:00:00 2001 From: Bryce Lampe Date: Fri, 11 Oct 2024 11:51:45 -0700 Subject: [PATCH] lint --- x/muxer/mapping.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/muxer/mapping.go b/x/muxer/mapping.go index 610467a6b7..885dd5d115 100644 --- a/x/muxer/mapping.go +++ b/x/muxer/mapping.go @@ -21,5 +21,5 @@ import ( // TODO(Deprecated): Use github.com/pulumi/pulumi-terraform-bridge/v3/pkg/x/muxer.DispatchTable instead. type DispatchTable = pkgx.DispatchTable -// TODO(Deprecated): Use github.com/pulumi/pulumi-terraform-bridge/v3/pkg/x/muxer.MergeSchemasAndComputeDispatchTable instead. +// TODO(Deprecated): Use github.com/pulumi/pulumi-terraform-bridge/v3/pkg/x/muxer instead. var MergeSchemasAndComputeDispatchTable = pkgx.MergeSchemasAndComputeDispatchTable