File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/interface/cli/commands/runtimeEnvironments Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ const command = new Command({
72
72
throw new CFError ( 'Must specify the runtime you want to extends from' ) ;
73
73
}
74
74
75
- if ( ! option . dockerDaemonCluster || ! option . runtimeSchedulerCluster || option . dockerDaemonNamespace || option . runtimeSchedulerNamespace ) {
75
+ if ( ! option . dockerDaemonCluster || ! option . runtimeSchedulerCluster || ! option . dockerDaemonNamespace || ! option . runtimeSchedulerNamespace ) {
76
76
let extendsFromAccountRe = false ;
77
77
_ . forEach ( argv . extends , ( runtime ) => {
78
78
if ( ! runtime . startsWith ( 'system' ) ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 0.16.3 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments