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

Commit f094b28

Browse files
authored
copy-paste error ;)
1 parent 83d0c0b commit f094b28

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)