Skip to content

Commit

Permalink
Reference self.class in Configuration class
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Aug 20, 2021
1 parent 415a0aa commit c72f8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kafo/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def initialize(file, persist = true)
KafoConfigure.exit(:no_answer_file)
end

@scenario_id = Configuration.get_scenario_id(@config_file)
@scenario_id = self.class.get_scenario_id(@config_file)
end

def save_configuration(configuration)
Expand Down

0 comments on commit c72f8f3

Please sign in to comment.