mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-02 16:43:16 +00:00
fix naming consitency (case mostly)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if (-not (get-command Import-Excel -ErrorAction SilentlyContinue)) {
|
||||
if (-not (Get-command Import-Excel -ErrorAction SilentlyContinue)) {
|
||||
Import-Module $PSScriptRoot\..\ImportExcel.psd1
|
||||
}
|
||||
Describe "Test adding trendlines to charts" {
|
||||
|
||||
Reference in New Issue
Block a user