Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Reverted bootstrap utility update.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebinside committed Apr 15, 2019
1 parent 9e753ec commit 0f85e5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions project/BootstrapUtility.scala
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,8 @@ object BootstrapUtility {
if (file.isFile) {
file.delete()
} else {
if (file.getName != ".git") {
createOrEmptyFolder(file.getAbsolutePath)
file.delete()
}
}
}
} else {
Expand Down

0 comments on commit 0f85e5d

Please sign in to comment.