Skip to content

Commit

Permalink
Update data file created to tutortrack.json
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlengch committed Apr 15, 2024
1 parent b54f93e commit b615a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/UserPrefs.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class UserPrefs implements ReadOnlyUserPrefs {

private GuiSettings guiSettings = new GuiSettings();
private Path addressBookFilePath = Paths.get("data" , "addressbook.json");
private Path addressBookFilePath = Paths.get("data" , "tutortrack.json");

/**
* Creates a {@code UserPrefs} with default values.
Expand Down

0 comments on commit b615a33

Please sign in to comment.