rubrikinc / rubrik-scripts-for-powershell

Collection of PowerShell Scripts created to interact to Rubrik CDM
MIT License
50 stars 58 forks source link

Fixed typo from top of file which prevented file execution #113

Closed rynardtspies closed 5 years ago

rynardtspies commented 5 years ago

Description

Fix for issue Reporting/Get-Archive-Backlog.ps1 prevents clean run with Params #59

Related Issue

This project only accepts pull requests related to open issues.

Issue #59

Motivation and Context

The was a 4 at the start of the file located on line 1 char 1:

4<#

This prevented Get-Help .\Get-Archive-Backlog.ps1 from executing correctly.

Fixed with:

<#

How Has This Been Tested?

Ran the script in the lab with Get-Help .\Get-Archive-Backlog.ps1

Screenshots (if appropriate):

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

Checklist:

Go over all the following points, and put an x in all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help!