Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Fixed a typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Apr 5, 2012
1 parent 0662bc1 commit 177c761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/github/issues.php
Expand Up @@ -392,7 +392,7 @@ public function getLabel($user, $repo, $name)
public function getLabels($user, $repo)
{
// Build the request path.
$path = '/repos/' . $user . '/' . $repo . '/labels/';
$path = '/repos/' . $user . '/' . $repo . '/labels';

// Send the request.
$response = $this->client->get($this->fetchUrl($path));
Expand Down

0 comments on commit 177c761

Please sign in to comment.