lib/barista/compiler.rb in barista-0.1.1 vs lib/barista/compiler.rb in barista-0.1.2

- old
+ new

@@ -41,10 +41,10 @@ tf.close tf end def invoke_coffee(path) - command = "#{self.class.bin_path} #{coffee_options} '#{path}'" + command = "#{self.class.bin_path} #{coffee_options} '#{path}'".squeeze(' ') %x(#{command}) end def content_hash @content_hash ||= Digest::SHA256.hexdigest(@content) \ No newline at end of file