Skip to content

Commit 5e7a317

Browse files
committed
run yarn lint and formater
1 parent 6a5d684 commit 5e7a317

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/packages/client/src/client.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -372,14 +372,7 @@ export class StarshipClient implements StarshipClientI {
372372
});
373373
this.exec(['helm', 'repo', 'update'], { ignoreError: false });
374374
this.exec(
375-
[
376-
'helm',
377-
'search',
378-
'repo',
379-
this.ctx.chart,
380-
'--version',
381-
this.ctx.version
382-
],
375+
['helm', 'search', 'repo', this.ctx.chart, '--version', this.ctx.version],
383376
{ ignoreError: false }
384377
);
385378
}

0 commit comments

Comments
 (0)