Skip to content

Commit

Permalink
Revert "rephrase picking node logs (#543)"
Browse files Browse the repository at this point in the history
This reverts commit 0faca50.
  • Loading branch information
0oM4R committed Jun 12, 2023
1 parent 01e4550 commit 486059a
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", "Finding a suitable node to deploy on.");
events.emit("logs", "Picking nodes to deploy.");
const nodePicker = new NodePicker();
const vms = new MachinesModel();
vms.name = options.name;
Expand Down

0 comments on commit 486059a

Please sign in to comment.