Skip to content

Commit

Permalink
Revert. Always use parent directory of selected file for upload targe…
Browse files Browse the repository at this point in the history
…t regardless of container type. See #8546.
  • Loading branch information
dkocher committed Apr 3, 2018
1 parent 1e6c928 commit fba9f3c
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -32,9 +32,6 @@ public Path find(final Path selected) {
if(null == selected) {
return workdir;
}
if(selected.getType().contains(Path.Type.volume)) {
return selected;
}
return selected.getParent();
}
}

0 comments on commit fba9f3c

Please sign in to comment.