@@ -100,8 +100,8 @@ func DownloadTerraformSource(
100100 if needsModuleCopy {
101101 l .Debugf (
102102 "Copying files from %s into %s" ,
103- util .RelPathForLog (opts .WorkingDir , opts .WorkingDir , opts .Writers . LogShowAbsPaths ),
104- util .RelPathForLog (opts .RootWorkingDir , terraformSource .WorkingDir , opts .Writers . LogShowAbsPaths ),
103+ util .RelPathForLog (opts .WorkingDir , opts .WorkingDir , opts .LogShowAbsPaths ),
104+ util .RelPathForLog (opts .RootWorkingDir , terraformSource .WorkingDir , opts .LogShowAbsPaths ),
105105 )
106106
107107 // Always include the .tflint.hcl file, if it exists
@@ -136,7 +136,7 @@ func DownloadTerraformSource(
136136 util .RelPathForLog (
137137 opts .RootWorkingDir ,
138138 terraformSource .WorkingDir ,
139- opts .Writers . LogShowAbsPaths ,
139+ opts .LogShowAbsPaths ,
140140 ),
141141 )
142142 updatedOpts .WorkingDir = terraformSource .WorkingDir
@@ -185,7 +185,7 @@ func DownloadTerraformSourceIfNecessary(
185185 util .RelPathForLog (
186186 opts .RootWorkingDir ,
187187 terraformSource .WorkingDir ,
188- opts .Writers . LogShowAbsPaths ,
188+ opts .LogShowAbsPaths ,
189189 ),
190190 )
191191
@@ -348,8 +348,8 @@ func downloadSource(
348348
349349 l .Infof (
350350 "Downloading Terraform configurations from %s into %s" ,
351- util .RelPathForLog (opts .RootWorkingDir , canonicalSourceURL , opts .Writers . LogShowAbsPaths ),
352- util .RelPathForLog (opts .RootWorkingDir , src .DownloadDir , opts .Writers . LogShowAbsPaths ))
351+ util .RelPathForLog (opts .RootWorkingDir , canonicalSourceURL , opts .LogShowAbsPaths ),
352+ util .RelPathForLog (opts .RootWorkingDir , src .DownloadDir , opts .LogShowAbsPaths ))
353353
354354 allowCAS := ! opts .NoCAS
355355
0 commit comments