Skip to content

Commit

Permalink
Merge branch '2.x' into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jan 15, 2022
2 parents a87eba6 + 50f714f commit 9ce8c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PhpseclibV2/SftpAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public function deleteDirectory(string $path): void

public function createDirectory(string $path, Config $config): void
{
$this->makeDirectory($path, $config->get(Config::OPTION_VISIBILITY));
$this->makeDirectory($path, $config->get(Config::OPTION_DIRECTORY_VISIBILITY));
}

public function setVisibility(string $path, string $visibility): void
Expand Down
2 changes: 1 addition & 1 deletion src/PhpseclibV3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
composer require league/flysystem-sftp-v3
```

View the [documentation](https://flysystem.thephpleague.com/v2/docs/adapter/sftp-v3/).
View the [documentation](https://flysystem.thephpleague.com/v2/docs/adapter/sftp).

0 comments on commit 9ce8c28

Please sign in to comment.