Skip to content

Commit fb80644

Browse files
authored
Merge pull request #474 from ptmcnally/fix-typo
Fix typo
2 parents e622f09 + e16187a commit fb80644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eCloud/InstanceClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function getNics($id)
176176
// get any remaining pages
177177
while ($page->pageNumber() < $page->totalPages()) {
178178
$page = $this->paginatedRequest(
179-
$this->collectionPath . '/' . $id . '/volumes',
179+
$this->collectionPath . '/' . $id . '/nics',
180180
$currentPage++,
181181
$perPage
182182
);

0 commit comments

Comments
 (0)