diff options
| author | Adonais Romero González <[email protected]> | 2023-06-01 16:01:04 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2023-06-01 16:01:04 -0700 |
| commit | d7e054c83e0f56af4fed7dfedeb99123d2c36938 (patch) | |
| tree | c6e5d22bcc5a9a839f23dbd5c5dfec6a2bf4d701 /Build-SampleSet.ps1 | |
| parent | d2c881061d1545ff449ca64b72c2c4bdc37d622b (diff) | |
| parent | c5cc3eca707a39d71a3f34281af107795b2af945 (diff) | |
Merge branch 'main' into develop
Diffstat (limited to 'Build-SampleSet.ps1')
| -rw-r--r-- | Build-SampleSet.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-SampleSet.ps1 b/Build-SampleSet.ps1 index 32821980..cb7c2a5f 100644 --- a/Build-SampleSet.ps1 +++ b/Build-SampleSet.ps1 @@ -20,7 +20,7 @@ if ($PSBoundParameters.ContainsKey('Verbose')) { } New-Item -ItemType Directory -Force -Path $LogFilesDirectory | Out-Null -$sampleBuilderFilePath = "$LogFilesDirectory\overview.htm" +$sampleBuilderFilePath = "$LogFilesDirectory\_overview.htm" Remove-Item -Recurse -Path $LogFilesDirectory 2>&1 | Out-Null |
