File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public function fire() {
9797 $ this ->option ('database ' ),
9898 $ this ->option ('compression ' ),
9999 $ this ->option ('destination ' ),
100- $ root . $ this ->option ('destinationPath ' )
100+ $ root .' / ' . $ this ->option ('destinationPath ' )
101101 ));
102102 }
103103
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ private function askDatabase() {
179179 $ providers = $ this ->databases ->getAvailableProviders ();
180180 $ formatted = implode (', ' , $ providers );
181181 $ this ->info ("Available database connections: <comment> {$ formatted }</comment> " );
182- $ database = $ this ->autocomplete ("From which database connection you want to dump ? " , $ providers );
182+ $ database = $ this ->autocomplete ("From which database connection you want to restore ? " , $ providers );
183183 $ this ->input ->setOption ('database ' , $ database );
184184 }
185185
You can’t perform that action at this time.
0 commit comments