lib/trace-component.rb in canzea-0.1.50 vs lib/trace-component.rb in canzea-0.1.51
- old
+ new
@@ -47,10 +47,10 @@
workingDir = "#{Pathname.new(Canzea::config[:catalog_location]).realpath}/catalog"
Dir.chdir(workingDir){
- newCommand = Pathname.new(l.chomp).realpath
+ newCommand = "#{Pathname.new(l.chomp).realpath}"
lines = run newCommand, start, lines
}
else
\ No newline at end of file