Skip to content

Commit

Permalink
rephrase picking node logs (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
0oM4R authored Jun 12, 2023
1 parent 5e5c622 commit 0faca50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/utils/deploy_vm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { getWireguardConfig } from "./load_deployment";
import { NodePicker } from "./node_picker";

export async function deployVM(grid: GridClient, options: DeployVMOptions) {
events.emit("logs", "Picking nodes to deploy.");
events.emit("logs", "Finding a suitable node to deploy on.");
const nodePicker = new NodePicker();
const vms = new MachinesModel();
vms.name = options.name;
Expand Down

0 comments on commit 0faca50

Please sign in to comment.