Commit 49e73f8ac1f9b9dabc900a56e98a1cc83b40dc49

Authored by Dmitriy Zaporozhets
1 parent 6570843f

Fixed syntax error in config -> settings

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/initializers/1_settings.rb
... ... @@ -74,4 +74,4 @@ Settings.backup['path'] = File.expand_path(Settings.backup['path'] || "t
74 74 Settings['git'] ||= Settingslogic.new({})
75 75 Settings.git['max_size'] ||= 5242880 # 5.megabytes
76 76 Settings.git['bin_path'] ||= '/usr/bin/git'
77   -Settings.git['timeout'] ||= Settings.git_timeout : 10
  77 +Settings.git['timeout'] ||= 10
... ...