Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Oct 2, 2024
1 parent 803c198 commit ecff793
Show file tree
Hide file tree
Showing 2 changed files with 1,059 additions and 1,422 deletions.
2 changes: 1 addition & 1 deletion service/lib/agama/storage/config_conversions/from_json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class FromJSON
#
# @param config_json [Hash]
# @param product_config [Agama::Config, nil]
def initialize(config_json, default_paths: [], mandatory_paths: [])
def initialize(config_json, default_paths: [], mandatory_paths: [])
@config_json = config_json
@default_paths = default_paths
@mandatory_paths = mandatory_paths
Expand Down
Loading

0 comments on commit ecff793

Please sign in to comment.