Skip to content

Commit a9c5d14

Browse files
committed
Add --show-log option to push command when no --config option present
This PR fixes #2148. Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent c65ca14 commit a9c5d14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/odo/command.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ export class Command {
380380
}
381381
if (configOnly) {
382382
cTxt.addOption(new CommandOption('--config'));
383+
} else {
384+
cTxt.addOption(new CommandOption('--show-log'));
383385
}
384386
return cTxt;
385387
}

0 commit comments

Comments
 (0)