lib/dato/cli.rb in dato-0.8.2 vs lib/dato/cli.rb in dato-0.8.3
- old
+ new
@@ -27,10 +27,10 @@
"X-Reason" => "dump",
"X-SSG" => Dump::SsgDetector.new(Dir.pwd).detect,
},
)
loader = Dato::Local::Loader.new(client, preview_mode)
- print "Fetching content from DatoCMS... "
+ puts "Fetching content from DatoCMS..."
loader.load
if watch_mode
semaphore = Mutex.new