Skip to content

Commit e16187a

Browse files
author
Paul McNally
committed
fix typo
1 parent d28debc commit e16187a

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)