Completed
Push — master ( 5b9c46...18bcac )
by Angus
09:17
created
_scripts/deploy.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.