From: Dylan William Hardison Date: Wed, 23 Jan 2019 19:38:10 +0000 (-0500) Subject: fix debugging X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a52793f6dc6f0c9652fa1fdf64cfa78cb9dde4ae;p=thirdparty%2Fbugzilla.git fix debugging --- diff --git a/Vagrantfile b/Vagrantfile index 863371276..6f05eeef3 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -40,7 +40,7 @@ Dir.glob(".vagrant/machines/*/*/synced_folders").each do |filename| synced_folder[key] = RSYNC_ARGS end if dirty - say "Updating #{filename} because it has old rsync args" + puts "Updating #{filename} because it has old rsync args" IO.write(filename + ".new", JSON.unparse(synced_folders)) end end