Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nferrell committed Jan 9, 2017
1 parent 3b641e5 commit bc27047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Public/Remove-GoogUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[cmdletbinding(SupportsShouldProcess=$true,ConfirmImpact="High")]
Param
(
[parameter(Mandatory=$true)]
[parameter(Mandatory=$true,Position=0)]
[String]
$User,
[parameter(Mandatory=$false)]
Expand Down
2 changes: 1 addition & 1 deletion Public/Update-GoogUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[cmdletbinding()]
Param
(
[parameter(Mandatory=$true)]
[parameter(Mandatory=$true,Position=0)]
[String]
$User,
[parameter(Mandatory=$false)]
Expand Down

0 comments on commit bc27047

Please sign in to comment.