Skip to content

Commit

Permalink
fix: path of rm-deploy.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Mar 5, 2023
1 parent 66e2821 commit 12da687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Deployment.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public function dumpDB()
// load config
$config = new Config();
include $configFile;
$dir = "$current/site/assets/backups/database";
$dir = "$current/site/assets/backups";
$sql = "$dir/rm-deploy.sql";
$this->exec("
mkdir -p $dir
Expand Down

0 comments on commit 12da687

Please sign in to comment.