Fixed syntax error in config -> settings

4-1-stable
Dmitriy Zaporozhets 2012-12-24 21:29:53 +02:00
parent 6570843f84
commit 49e73f8ac1
1 changed files with 1 additions and 1 deletions

View File

@ -74,4 +74,4 @@ Settings.backup['path'] = File.expand_path(Settings.backup['path'] || "t
Settings['git'] ||= Settingslogic.new({})
Settings.git['max_size'] ||= 5242880 # 5.megabytes
Settings.git['bin_path'] ||= '/usr/bin/git'
Settings.git['timeout'] ||= Settings.git_timeout : 10
Settings.git['timeout'] ||= 10