Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Oct 23, 2024
1 parent f60c7e1 commit dac11a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
Copy-Item -Path "./*" -Exclude @(".git", ".terraform", ".github", $stagingDirectory) -Recurse -Destination "./$stagingDirectory"
$rootModuleFolderTerraformFolder = Join-Path -Path "./$stagingDirectory" -ChildPath $rootModuleFolder -AdditionalChildPath ".terraform"
if(Test-Path -Path $rootModuleFolderTerraformFolder){
if(Test-Path -Path $rootModuleFolderTerraformFolder) {
Remove-Item -Path $rootModuleFolderTerraformFolder -Recurse -Force
}
Expand Down

0 comments on commit dac11a9

Please sign in to comment.