Update Install.ps1

Added Get-ExcelSheetInfo.ps1 to the files to copy list
This commit is contained in:
Doug Finke
2016-03-07 09:53:53 -05:00
parent 22326e8ee4
commit dfff171398

View File

@@ -17,8 +17,9 @@ $fileList = echo `
Pivot.ps1 `
New-ConditionalText.ps1 `
Get-HtmlTable.ps1 `
Import-Html.ps1
Import-Html.ps1 `
Get-ExcelSheetInfo.ps1
if ('' -eq $InstallDirectory)
{
$personalModules = Join-Path -Path ([Environment]::GetFolderPath('MyDocuments')) -ChildPath WindowsPowerShell\Modules