Skip to content

Commit

Permalink
param by name was not working
Browse files Browse the repository at this point in the history
  • Loading branch information
devsriMS committed Feb 3, 2015
1 parent 7daaff0 commit f41e252
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ public override void ExecuteCmdlet()
Name = this.SiteName
};
}

this.GetByObject();
break;
default:
this.GetByObject();
break;
Expand Down

0 comments on commit f41e252

Please sign in to comment.