Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure we check the default dir as well
  • Loading branch information
lizmat committed Feb 14, 2015
1 parent c92e49e commit 59ef5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Distro.pm
Expand Up @@ -35,7 +35,7 @@ class Distro does Systemic {
}

# alas, nothing worked, use current dir
".".IO;
".".IO(:check);
}

method tmpdir() {
Expand Down

0 comments on commit 59ef5f0

Please sign in to comment.