Skip to content

Commit

Permalink
🐛 withokta aliased to listroles on Windows (oktadev#282)
Browse files Browse the repository at this point in the history
- alias withokta to Invoke-Okta as intended

Resolves oktadev#281
  • Loading branch information
AlainODea committed Mar 21, 2019
1 parent 0bbe6b4 commit e757cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Install-OktaAwsCli.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function Invoke-Okta {
$env:OKTA_PROFILE = $OriginalOKTA_PROFILE
}
}
New-Alias -Name withokta -value Get-OktaRoles
New-Alias -Name withokta -value Invoke-Okta
New-Alias -Name with-okta -value Invoke-Okta
function Get-OktaRoles {
Expand Down

0 comments on commit e757cb4

Please sign in to comment.