Skip to content

Commit 3a3e1b2

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Gilbert Sanchez <me@gilbertsanchez.com>
1 parent 0c85e37 commit 3a3e1b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PSDepend/Private/Get-ProjectDetail.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function Get-ProjectDetail {
4242
$Path = $PWD.Path
4343
)
4444

45-
functionResolve-ProjectDetail {
45+
function Resolve-ProjectDetail {
4646
param(
4747
$Path = $Path,
4848
$RelativePath = '\',

0 commit comments

Comments
 (0)