Completed
Push — master ( cb0c7d...ff3b8a )
by Angus
02:29
created
application/controllers/AdminCLI.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 	 * Series are only checked if they haven't been updated in 16+ hours (unless they are marked as complete, to which they are only checked once a week).
31 31
 	 */
32 32
 	public function updateSeries() {
33
-		print 'Environment: ' . ENVIRONMENT . "\n";
33
+		print 'Environment: '.ENVIRONMENT."\n";
34 34
 		$this->Tracker->admin->updateLatestChapters();
35 35
 	}
36 36
 
Please login to merge, or discard this patch.