diff --git a/src/common/git.php b/src/common/git.php index 90b239d..ca31a3a 100644 --- a/src/common/git.php +++ b/src/common/git.php @@ -29,7 +29,7 @@ function getRecentProjects() { curl_close($curl); //now we need to parse out the results into a nice array containing the - //5 most recently modified projects + //most recent items $parsed = json_decode($result, true);