Skip to content

Commit

Permalink
SetupTask: deleteExistingNode only deletes node dir and not the parent
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Dec 19, 2019
1 parent 2855787 commit 8817c0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class SetupTask

private void deleteExistingNode()
{
this.project.delete( getNodeDir().parent )
this.project.delete( getNodeDir() )
}

private void unpackNodeArchive()
Expand Down

0 comments on commit 8817c0d

Please sign in to comment.