Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Apr 6, 2023
1 parent 16d6d56 commit 63efc3b
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 63efc3b

Please sign in to comment.