Skip to content

Commit 4376bd0

Browse files
monyarmPetarKirov
authored andcommitted
fix(commands/machine): Correct command name in createMachine function for host info retrieval
1 parent 9910a7b commit 4376bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcl/src/src/mcl/commands/machine.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ struct MachineConfiguration
224224
}
225225

226226
void createMachine(create_machine_args args, MachineType machineType, string machineName, User user) {
227-
auto infoJSON = execute(["ssh", args.sshPath, "sudo nix --experimental-features \\'nix-command flakes\\' --refresh --accept-flake-config run github:metacraft-labs/nixos-modules/#mcl host_info"],false, false);
227+
auto infoJSON = execute(["ssh", args.sshPath, "sudo nix --experimental-features \\'nix-command flakes\\' --refresh --accept-flake-config run github:metacraft-labs/nixos-modules/#mcl host-info"],false, false);
228228
auto infoJSONParsed = infoJSON.parseJSON;
229229
Info info = infoJSONParsed.fromJSON!Info;
230230

0 commit comments

Comments
 (0)