Skip to content

Commit 7e4d713

Browse files
committed
Use --platform instead of --run-on in Start Dev on Podman
Fix #2755. Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent 8fd2c45 commit 7e4d713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odo/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class Command {
3838
command.addOption(new CommandOption('--debug'));
3939
}
4040
if (runOn) {
41-
command.addOption(new CommandOption('--run-on', 'podman'));
41+
command.addOption(new CommandOption('--platform', 'podman'));
4242
}
4343
return command;
4444
}

0 commit comments

Comments
 (0)