Skip to content

Commit be1df18

Browse files
committed
Fix filename
1 parent 1f88a3f commit be1df18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/yoda/Yoda.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class Yoda {
2222
*/
2323
public Yoda() {
2424
String home = System.getProperty("user.home");
25-
String filePath = home + "/dukeTasks.txt";
25+
String filePath = home + "/yodaTasks.txt";
2626
storage = new Storage(filePath);
2727
this.ui = new Ui();
2828
this.tasks = storage.load();

0 commit comments

Comments
 (0)