bin/ix-template in ix-cli-0.0.19 vs bin/ix-template in ix-cli-0.0.20
- old
+ new
@@ -15,10 +15,10 @@
copy
end
if ARGV[0]
template = "#{ARGV[0]}"
- if File.exists?(template)
+ if File.exist?(template)
template = File.read(template)
end
end
STDIN.each_line do |line|