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 @@ -165,7 +165,7 @@ const installRuntimeCmd = new Command({
165
165
const re = await sdk . runtimeEnvs . get ( {
166
166
name : runtimeName ,
167
167
} ) ;
168
- await sdk . onPrem . runtimeEnvs . account . setDefault ( { account : re . accountId , name : re . metadata . name } ) ;
168
+ await sdk . runtimeEnvs . setDefault ( { account : re . accountId , name : re . metadata . name } ) ;
169
169
console . log ( `Runtime environment "${ colors . cyan ( runtimeName ) } " has been set as the default runtime` ) ;
170
170
}
171
171
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.63.6 " ,
3
+ "version" : " 0.63.7 " ,
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