aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 43723af8a2..ae82f5870c 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -79,7 +79,7 @@ task :initialize_log_files do
LOG_FILES.each do |log_file|
log_path = File.join(log_dir, log_file)
touch log_path
- chmod 0777, log_path
+ chmod 0666, log_path
end
end