Skip to content

Commit d3bd90d

Browse files
committed
feat: update tray shutdown handler to use new ml/ray/stop guidebook
Previously, we were hard-coding a kubernetes shutdown.
1 parent 7f7da4c commit d3bd90d

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare/src/tray/menus/profiles

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare/src/tray/menus/profiles/shutdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { shutDownIcon } from "../../icons"
2323
async function shutdown(profile: string, createWindow: CreateWindowFunction) {
2424
createWindow(
2525
// re: -y, this means run in non-interactive mode (-y is short for --yes)
26-
["codeflare", "gui", "guide", "-y", "--profile", profile, "ml/ray/stop/kubernetes"],
26+
["codeflare", "gui", "guide", "-y", "--profile", profile, "ml/ray/stop"],
2727
windowOptions({ title: "Shutting down " + profile })
2828
)
2929
}

0 commit comments

Comments
 (0)