Fixed syntax error in config -> settings
This commit is contained in:
parent
6570843f84
commit
49e73f8ac1
1 changed files with 1 additions and 1 deletions
|
@ -74,4 +74,4 @@ Settings.backup['path'] = File.expand_path(Settings.backup['path'] || "t
|
||||||
Settings['git'] ||= Settingslogic.new({})
|
Settings['git'] ||= Settingslogic.new({})
|
||||||
Settings.git['max_size'] ||= 5242880 # 5.megabytes
|
Settings.git['max_size'] ||= 5242880 # 5.megabytes
|
||||||
Settings.git['bin_path'] ||= '/usr/bin/git'
|
Settings.git['bin_path'] ||= '/usr/bin/git'
|
||||||
Settings.git['timeout'] ||= Settings.git_timeout : 10
|
Settings.git['timeout'] ||= 10
|
||||||
|
|
Loading…
Add table
Reference in a new issue