From a9de07f5d4a9d7fb9c463f5b8c170294338d2894 Mon Sep 17 00:00:00 2001 From: Colin Daley Date: Mon, 25 Mar 2024 20:33:28 +0000 Subject: [PATCH] Remove trailing spaces from leading commit --- d365fo.tools/internal/functions/invoke-sqlpackage.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d365fo.tools/internal/functions/invoke-sqlpackage.ps1 b/d365fo.tools/internal/functions/invoke-sqlpackage.ps1 index 9c2a9b3f..2c60ecc1 100644 --- a/d365fo.tools/internal/functions/invoke-sqlpackage.ps1 +++ b/d365fo.tools/internal/functions/invoke-sqlpackage.ps1 @@ -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 {