Skip to content
Snippets Groups Projects
Commit 3e9c8592 authored by Valery Sizov's avatar Valery Sizov
Browse files

Apply suggestions

parent 1d5781dc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,12 +5,11 @@ module Geo
class PromoteToPrimaryNode
PITR_FILE_NAME = 'geo-pitr-file'.freeze
 
attr_accessor :base_path, :data_path, :ctl
attr_accessor :base_path, :data_path
 
def initialize(instance, options)
@base_path = instance.base_path
@data_path = instance.data_path
@ctl = instance
@options = options
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment