Skip to content

Commit

Permalink
storage: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Oct 4, 2024
1 parent 711aa39 commit d3fbac6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions service/lib/agama/storage/config_json_solver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ module Storage
#
# ConfigJSONSolver.new(product_config).solve(config_json)
# config_json # => {
# # drives: [
# # {
# # filesystem: { path: "/" }
# # },
# # {
# # filesystem: { path: "/home" }
# # },
# # {
# # filesystem: { path: "swap" }
# # }
# # ]
# # }
# drives: [
# {
# filesystem: { path: "/" }
# },
# {
# filesystem: { path: "/home" }
# },
# {
# filesystem: { path: "swap" }
# }
# ]
# }
class ConfigJSONSolver
# @param product_config [Agama::Config]
def initialize(product_config = nil)
Expand Down

0 comments on commit d3fbac6

Please sign in to comment.