Completed
Push — master ( 7b75ab...0ffc23 )
by Sean
03:56
created
code/control/GitDispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
 		$fetch->write();
155 155
 		$fetch->start();
156 156
 
157
-		$location = Director::absoluteBaseURL() . $this->Link() . '/update/' . $fetch->ID;
157
+		$location = Director::absoluteBaseURL().$this->Link().'/update/'.$fetch->ID;
158 158
 		$output = array(
159 159
 			'message' => 'git fetch has been queued',
160 160
 			'ID' => $fetch->ID,
Please login to merge, or discard this patch.