Skip to content

[FIX] SSH access directory check if exists

Victor Emanouilov requested to merge bugfix/ssh-dir-check into master

Was only checking if file exists but we use it to check for presence of .git/.svn directories when detecting vcs, for example, so we need to detect if file or directory exists.

Merge request reports