skywayskase / PSSmartsheet

Powershell Module for interacting with the Smartsheet API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Get-SmartsheetSheet` - Variable Misspelling

mattcargile opened this issue · comments

Describe the bug
Looks like this needs to start with $Script:

$cript:SmartsheetClient.SheetResources.ListSheets(

To Reproduce
Attempt to run Get-SmartsheetSheet

Expected behavior
Output smartsheet list

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 21H1
  • Powershell Version 7.2.5
  • Module Version 0.1.4

Additional context
Love the module. Thanks for the work!

Well huh, how about that. Good catch, I'll get that fixed and updated shortly.