Skip to content

Commit

Permalink
Handle symlink as the root
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Jun 23, 2021
1 parent acd1bdf commit eb6760f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ public static void main(String[] args) {

@Override
public Void call() throws Exception {
// Resolve symlinks
inputDirectory = inputDirectory.toRealPath();
if (printVersion) {
printVersion();
return null;
Expand Down

0 comments on commit eb6760f

Please sign in to comment.