Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
AbyssMorgan committed Mar 18, 2023
1 parent d7f6c1c commit cfacd30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/AVE.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public function execute() : void {
break;
}
case '--sort-settings': {
$config = new IniFile("$this->path/config/default.ini", true);
$config = new IniFile("$this->path/includes/config/default.ini", true);
$config->save();
break;
}
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.5
1.5.0

0 comments on commit cfacd30

Please sign in to comment.