Skip to content
Snippets Groups Projects
Commit 018cd645 authored by Michal Svamberg's avatar Michal Svamberg
Browse files

Oprava cesty pro scp://

parent 9f731e37
No related branches found
No related tags found
No related merge requests found
Pipeline #5310 failed
......@@ -163,7 +163,7 @@ class Storage {
if (location.port != null) {
uri += ":${location.port}";
}
uri += uriForm ? '' : ':';
uri += uriForm ? '/' : ':';
uri += getScpPath();
return uri;
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment