Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit ed7b3a5

Browse files
authored
Merge pull request #121 from soreng/patch-1
copy-paste error ;)
2 parents 83d0c0b + f094b28 commit ed7b3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (!$docTypeGridEditorFolder)
1313
$projectPathExists = Test-Path $projectPath
1414

1515
if ($projectPathExists) {
16-
Write-Host "Updating Nested Content App_Plugin files using PS as they have been excluded from the project"
16+
Write-Host "Updating Doc Type Grid Editor App_Plugin files using PS as they have been excluded from the project"
1717
Copy-Item $newPackageFiles $projectPath -Recurse -Force
1818
}
1919
}

0 commit comments

Comments
 (0)