Skip to content

Commit

Permalink
Item13994: Too aggressive renaming variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Apr 1, 2016
1 parent d23548d commit bc5daed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/pseudo-install.pl
Expand Up @@ -489,8 +489,8 @@ sub ListGitExtensions {

@rp = $ghrepos->list_org($ghAccount);

while ( $gh->ghrepos->has_next_page ) {
push @rp, $gh->ghrepos->next_page;
while ( $gh->repos->has_next_page ) {
push @rp, $gh->repos->next_page;
}

my @extensions;
Expand Down

0 comments on commit bc5daed

Please sign in to comment.