Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Knut Alejandro Anderssen González <[email protected]>
  • Loading branch information
imobachgs and teclator authored Feb 7, 2024
1 parent a872ca1 commit 39caf46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/autoyast.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ things simple.
### `partitioning`

By far, the most complex part of an AutoYaST profile. We can import the AutoYaST `partitioning`
section as is because the partitioning is handled by the same code in Agama and AutoyaST.
section as it is because the partitioning is handled by the same code in Agama and AutoyaST.

However, we must implement a mechanism to convert to/from both profile types.

Expand Down
2 changes: 1 addition & 1 deletion service/lib/agama/autoyast/converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def tmp_profile_path
)
end

# @return [Hash] D-Installer profile
# @return [Hash] Agama profile
def export_profile(profile)
users = Agama::AutoYaST::UsersConverter.new(profile)
{
Expand Down

0 comments on commit 39caf46

Please sign in to comment.