Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
September 2017 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinvanhunen committed Sep 8, 2017
1 parent 0f97d0c commit c561214
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Commands/Admin/GetTimeZoneId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ namespace SharePointPnP.PowerShell.Commands
public class GetTimeZoneId : PSCmdlet
{
[Parameter(Mandatory = false, Position = 0, HelpMessage = "A string to search for like 'Stockholm'")]
public
string Match;
public string Match;

protected override void ProcessRecord()
{
Expand Down

0 comments on commit c561214

Please sign in to comment.