@@ -6,7 +6,9 @@ |
||
6 | 6 | */ |
7 | 7 | namespace Deployer; |
8 | 8 | |
9 | -if(basename(getcwd()) !== 'manga-tracker') die('Bad CWD: Call from manga-tracker with dep -f=_scripts/deploy.php deploy'); |
|
9 | +if(basename(getcwd()) !== 'manga-tracker') { |
|
10 | + die('Bad CWD: Call from manga-tracker with dep -f=_scripts/deploy.php deploy'); |
|
11 | +} |
|
10 | 12 | |
11 | 13 | require 'recipe/codeigniter.php'; |
12 | 14 |