Skip to content

Commit 1442c0e

Browse files
committed
Add --show-log option to push command when no --config option present
This PR fixes #2148. Signed-off-by: Denis Golovin [email protected]
1 parent 4f344bd commit 1442c0e

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)