Skip to content

Commit

Permalink
Fixed #255
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Feb 3, 2016
1 parent e79e423 commit 0a9e50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ build
.idea
lib
target
*.iml
*.iml
*.log
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void to(final File targetDirectory) throws IOException {

private void recordResourceMarkerIn(File targetDirectory) throws IOException {
Files.createDirectories(targetDirectory.toPath());
resourceMarkerIn(targetDirectory).toFile();
resourceMarkerIn(targetDirectory).toFile().createNewFile();
}

private boolean resourceFilesAreAlreadyPresentIn(File targetDirectory) {
Expand Down

0 comments on commit 0a9e50a

Please sign in to comment.