Skip to content

Commit

Permalink
authority bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
freyo committed Apr 25, 2017
1 parent 9c8737a commit 1903214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public function getVisibility($path)
return ['visibility' => AdapterInterface::VISIBILITY_PUBLIC];
}

if (isset($stat['authority']) && $stat['authority'] === 'eWPrivateRPublic') {
if (isset($stat['authority']) && $stat['authority'] === 'eWRPrivate') {
return ['visibility' => AdapterInterface::VISIBILITY_PRIVATE];
}

Expand Down

0 comments on commit 1903214

Please sign in to comment.