Skip to content

Commit a40c34a

Browse files
committed
fix: tray menu profile operations were not updated from -a -> -y
1 parent 24adf42 commit a40c34a

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare/src/controller

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare/src/controller/guide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function guide(args: Arguments) {
3434
encodeComponent(process.env.CODEFLARE_HEADLESS + "/codeflare.min.js") +
3535
" -- " +
3636
args.command.replace(/--type=renderer/, "").replace(/^codeflare\s+guide/, "codeflare") +
37-
" -a"
37+
" -y" // run in non-interactive mode (-y is short for --yes)
3838

3939
if (!args.execOptions.env) {
4040
args.execOptions.env = {}

0 commit comments

Comments
 (0)