Skip to content

Commit f6e5ff0

Browse files
Remove trailing whitespace from Deploy-Accelerator.ps1
Co-authored-by: jaredfholgate <1612200+jaredfholgate@users.noreply.github.com>
1 parent 4986384 commit f6e5ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ALZ/Public/Deploy-Accelerator.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function Deploy-Accelerator {
174174
# Determine if any input files are YAML to check for powershell-yaml module
175175
$hasYamlFiles = $false
176176
$pathsToCheck = @()
177-
177+
178178
if ($inputConfigFilePaths.Length -gt 0) {
179179
$pathsToCheck = $inputConfigFilePaths
180180
} else {

0 commit comments

Comments
 (0)