Browse code

FIX: path to config file

Cinan Rakosnik authored on 16/12/2012 at 01:00:44
Showing 1 changed files
... ...
@@ -16,7 +16,7 @@ module Rubysermon
16 16
 		def initialize
17 17
 			@config = {repeat: 60}
18 18
 			@running_mods = []
19
-			@config_path = "#{APP_PATH}/config.json"
19
+			@config_path = "#{LIB_PATH}/rubysermon/config.json"
20 20
 
21 21
 			config()
22 22
 			@enabled_mods = @config[:modules].to_a