Skip to content

Commit

Permalink
Update gasorm.mod
Browse files Browse the repository at this point in the history
Corrected some faulty paths
  • Loading branch information
eriktorsner committed Dec 18, 2012
1 parent f0655ef commit 8c95e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gasorm.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ exec($cmd);


echo "Moving into project folders....\n";
$cmd = "mv gas-orm/application/config/gas.php $ci_folder/application/config/";
$cmd = "mv gas-orm/config/gas.php $ci_folder/application/config/";
exec($cmd);
$cmd = "mv gas-orm/libraries/gas $ci_folder/application/libraries/";
exec($cmd);
$cmd = "mv gas-orm/libraries/gas.php $ci_folder/application/libraries/";
exec($cmd);
$cmd = "mv Twig-Codeigniter/application/third_party/gas $ci_folder/application/third_party/";
$cmd = "mv gas-orm/third_party/gas $ci_folder/application/third_party/";
exec($cmd);

echo "Cleaning up....\n";
Expand Down

0 comments on commit 8c95e5f

Please sign in to comment.