mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 07:43:23 +00:00
removing extra spaces after the backtick
This commit is contained in:
@@ -20,7 +20,7 @@ $fileList = echo `
|
|||||||
Import-Html.ps1 `
|
Import-Html.ps1 `
|
||||||
Get-ExcelSheetInfo.ps1 `
|
Get-ExcelSheetInfo.ps1 `
|
||||||
Get-Range.ps1 `
|
Get-Range.ps1 `
|
||||||
TrackingUtils.ps1 `
|
TrackingUtils.ps1 `
|
||||||
plot.ps1
|
plot.ps1
|
||||||
|
|
||||||
if ('' -eq $InstallDirectory)
|
if ('' -eq $InstallDirectory)
|
||||||
@@ -46,4 +46,4 @@ $wc = New-Object System.Net.WebClient
|
|||||||
$fileList |
|
$fileList |
|
||||||
ForEach-Object {
|
ForEach-Object {
|
||||||
$wc.DownloadFile("https://raw.github.com/dfinke/ImportExcel/master/$_","$installDirectory\$_")
|
$wc.DownloadFile("https://raw.github.com/dfinke/ImportExcel/master/$_","$installDirectory\$_")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user