Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Mar 29, 2023
1 parent c299e8e commit 56dd288
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,13 @@ private CobblerSystemCreateCommand(
* @param serverIn The Server that should be installed.
*/
public CobblerSystemCreateCommand(User userIn, KickstartData ksDataIn, Server serverIn) {
this(userIn, serverIn, serverIn.getName(), userIn.getOrg().getId(), ksDataIn.getCobblerObject(userIn).getId());
this(
userIn,
serverIn,
serverIn.getName(),
userIn.getOrg().getId(),
ksDataIn.getCobblerObject(userIn).getName()
);
this.ksData = ksDataIn;
}

Expand Down

0 comments on commit 56dd288

Please sign in to comment.