Skip to content

Commit

Permalink
Typo in Config default autoSave path
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 7, 2024
1 parent 1c29f74 commit 198df97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/nqueensfaf/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public Config() {
autoSaveEnabled = false;
autoDeleteEnabled = false;
autoSavePercentageStep = 10;
autoSavePath = "nqueensfaf{N}.dat";
autoSavePath = "{n}-queens-problem.faf";
}

public void validate() {
Expand Down

0 comments on commit 198df97

Please sign in to comment.