Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
androidlover5842 committed Aug 2, 2018
1 parent 3b0b1cc commit 8ace38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/github/twrpbuilder/mkTree/MakeTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public MakeTree(boolean mtk, String type) {
System.exit(0);
}
}
if (new File(getPath()).exists())
if (new File(getPath()+"kernel.mk").exists())
{
System.out.println("Do you want to overwrite "+getPath()+" ?( default: n)");
Scanner read=new Scanner(System.in);
Expand Down

0 comments on commit 8ace38b

Please sign in to comment.