Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 21, 2021
1 parent f1481be commit 0ae366d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/general/src/lib/y2user/readers/users_simple.rb
Expand Up @@ -18,7 +18,7 @@ def read_to(configuration)
configuration.users << User.new(configuration, user["uid"], gecos: [user["cn"]])
# lets just use the strongest available
configuration.passwords << Password.new(configuration, user["uid"],
value: Yast::Builtins.cryptsha512(user["userPassword"])
value: Yast::Builtins.cryptsha512(user["userPassword"]))
end
end
end
Expand Down

0 comments on commit 0ae366d

Please sign in to comment.