Skip to content

Commit

Permalink
Fixed prettier lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioSanch3z committed Jul 22, 2024
1 parent 6df16ef commit 84161bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/listDeployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function infrastructureState(infrastructure: IInfrastructure): string {
vo = '',
EGIToken = ''
} = infrastructure;

const pipeAuth = 'auth-pipe';

let authContent = `id=im; type=InfrastructureManager; username=${IMuser}; password=${IMpass};\n`;
Expand Down Expand Up @@ -263,7 +263,7 @@ function infrastructureIP(infrastructure: IInfrastructure): string {
vo = '',
EGIToken = ''
} = infrastructure;

const pipeAuth = 'auth-pipe';

let authContent = `id=im; type=InfrastructureManager; username=${IMuser}; password=${IMpass};\n`;
Expand Down

0 comments on commit 84161bf

Please sign in to comment.