File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -89,5 +89,4 @@ sed -i 's/\[33m//g' ${TARGET_FILE}
89
89
sed -i ' s/\[39m//g' ${TARGET_FILE}
90
90
egrep -v ' ↓|❯|•' ${TARGET_FILE} > ${TARGET_FILE} .tmp && mv ${TARGET_FILE} .tmp ${TARGET_FILE}
91
91
92
- popd
93
92
set +x
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ export class ExplorerCommand extends BaseCommand {
253
253
'chartDirectory' ,
254
254
] ) as ExplorerDeployConfigClass ;
255
255
256
- context_ . config . chartDirectory + = self . explorerConfig . explorerConfig . helmChart . directory ;
256
+ context_ . config . chartDirectory = self . explorerConfig . explorerConfig . helmChart . directory ;
257
257
context_ . config . valuesArg += await self . prepareValuesArg ( context_ . config ) ;
258
258
context_ . config . clusterContext = context_ . config . clusterRef
259
259
? this . localConfig . configuration . clusterRefs . get ( context_ . config . clusterRef ) ?. toString ( )
You can’t perform that action at this time.
0 commit comments