From 91ea23aee5ac5f5065b5866ee73d226c1624f84b Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Thu, 8 Feb 2024 17:32:59 +0100 Subject: [PATCH] remove outdated comment --- internal/command/providers_lock.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/command/providers_lock.go b/internal/command/providers_lock.go index a611864fd5..c78d30f8be 100644 --- a/internal/command/providers_lock.go +++ b/internal/command/providers_lock.go @@ -245,7 +245,6 @@ func (c *ProvidersLockCommand) Run(args []string) int { } ctx := evts.OnContext(ctx) - // We can not use c.providerGlobalCacheDir() as we install the provider into a temp dir dir := providercache.NewDirWithPlatform(tempDir, platform) installer := providercache.NewInstaller(dir, source)