Added mock build. Part 2
This commit is contained in:
@@ -62,4 +62,12 @@ class IniConfig
|
||||
"projects"
|
||||
end
|
||||
end
|
||||
|
||||
def get_counter_path()
|
||||
unless @config["counter"]["path"].nil?
|
||||
@config["counter"]["path"].to_s
|
||||
else
|
||||
"locks/counter"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user