Skip to content

Commit

Permalink
Fixing pagination bug
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbrown committed Mar 28, 2023
1 parent d3aea9a commit c1fdd39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/rootCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ func handleRoot(cmd *cobra.Command, args []string) error {
if orgOutput.NextToken == nil {
break
}

token = orgOutput.NextToken
}

// print out the SSO session configuration to file
Expand Down

0 comments on commit c1fdd39

Please sign in to comment.