Skip to content

Commit

Permalink
Filter out duplicate updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Dec 18, 2016
1 parent dc69277 commit 05ebd30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package-updates/package-updates-lib.pl
Expand Up @@ -471,6 +471,7 @@ sub list_possible_updates
}
}
}
@rv = &filter_duplicates(\@rv);
return @rv;
}

Expand Down

0 comments on commit 05ebd30

Please sign in to comment.