Skip to content

Commit

Permalink
Typo on working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Nov 5, 2021
1 parent dd5ec9c commit 1052197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/Language-Settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function ValidatePackagesForDocs($packages) {
# Get value for variables outside of the Foreach-Object scope
$scriptRoot = "$using:scriptRoot"
$workingDirectory = "$using:tempDirectory"
return ."$scriptRoot\validate-docs-package.ps1" -Package $_ -DocValidationImageId "$using:ImageId" -WorkDirectory $workingDirectory
return ."$scriptRoot\validate-docs-package.ps1" -Package $_ -DocValidationImageId "$using:ImageId" -WorkingDirectory $workingDirectory
}

# Clean up temp folder
Expand Down

0 comments on commit 1052197

Please sign in to comment.