Skip to content

Commit

Permalink
Using long line instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jan 10, 2024
1 parent 3188bd7 commit 07feda9
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ function Init-OrchardCoreSolution

Process
{
$warningMessage =
'Warning: "Init-OrchardCoreSolution" is the old and deprecated name of this module. ' +
'Use "Initialize-OrchardCoreSolution" instead.'

Write-Warning $warningMessage

Write-Warning 'Warning: "Init-OrchardCoreSolution" is the deprecated name of this module. Use "Initialize-OrchardCoreSolution" instead.'
Initialize-OrchardCoreSolution -Path $Path -Name $Name -ModuleName $ModuleName -ThemeName $ThemeName -NuGetSource $NuGetSource
}
}

0 comments on commit 07feda9

Please sign in to comment.