Skip to content

Commit

Permalink
Fixing CoffeeCall
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptiklemur committed May 28, 2014
1 parent 84ee1f0 commit 4aac0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Call/CoffeeCall.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private function compileFiles(array $files, $destination)
$this->getOutput()->writeln("Compiling ".$file);
}

$code .= $file->getContents();
$code .= $file->getContents() . "\n";
}

$output = $this->coffee->compile($code);
Expand Down

0 comments on commit 4aac0a4

Please sign in to comment.