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({
7272 throw new CFError ( 'Must specify the runtime you want to extends from' ) ;
7373 }
7474
75- if ( ! option . dockerDaemonCluster || ! option . runtimeSchedulerCluster || option . dockerDaemonNamespace || option . runtimeSchedulerNamespace ) {
75+ if ( ! option . dockerDaemonCluster || ! option . runtimeSchedulerCluster || ! option . dockerDaemonNamespace || ! option . runtimeSchedulerNamespace ) {
7676 let extendsFromAccountRe = false ;
7777 _ . forEach ( argv . extends , ( runtime ) => {
7878 if ( ! runtime . startsWith ( 'system' ) ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.16.2 " ,
3+ "version" : " 0.16.3 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments