Skip to content

Commit 2a10139

Browse files
committed
Change param name to $NoteBookName
1 parent 038cd8c commit 2a10139

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎PowerShellNotebookDSL.ps1‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function Add-NotebookMarkdown {
1919
function New-PSNotebook {
2020
param(
2121
[Scriptblock]$sb,
22-
$nbFileName,
22+
$NoteBookName,
2323
[Switch]$AsText
2424
)
2525

@@ -53,7 +53,7 @@ function New-PSNotebook {
5353
return $result
5454
}
5555
else {
56-
$result > $nbFileName
56+
$result > NoteBookName
5757
}
5858

5959
}

‎__tests__/NoteBookName‎

1.05 KB
Binary file not shown.

0 commit comments

Comments
 (0)