Skip to content

Commit

Permalink
Remove trailing spaces from leading commit
Browse files Browse the repository at this point in the history
  • Loading branch information
colind-work committed Mar 25, 2024
1 parent 8c6141f commit a9de07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions d365fo.tools/internal/functions/invoke-sqlpackage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ function Invoke-SqlPackage {
try{
$envSqlPackage = (Get-Command -Name "sqlpackage.exe").Source
if (!(Test-PathExists -Path $envSqlPackage -Type Leaf)) { return }
else{
else{
$executable = $envSqlPackage
Set-D365SqlPackagePath -Path $executable
}
}
}
catch
{
Expand Down

0 comments on commit a9de07f

Please sign in to comment.