We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f88a3f commit be1df18Copy full SHA for be1df18
1 file changed
src/main/java/yoda/Yoda.java
@@ -22,7 +22,7 @@ public class Yoda {
22
*/
23
public Yoda() {
24
String home = System.getProperty("user.home");
25
- String filePath = home + "/dukeTasks.txt";
+ String filePath = home + "/yodaTasks.txt";
26
storage = new Storage(filePath);
27
this.ui = new Ui();
28
this.tasks = storage.load();
0 commit comments