Skip to content

Commit

Permalink
linted deploymentMenu.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioSanch3z committed Jul 26, 2024
1 parent 5cec5e3 commit 980fd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploymentMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ async function deployIMCommand(
): Promise<string> {
const pipeAuth = `${obj.infName}-auth-pipe`;
const imClientPath = await getIMClientPath();
const templatePath = `$PWD/deployed-template.yaml`;
const templatePath = '$PWD/deployed-template.yaml';

let cmd = `%%bash
PWD=$(pwd)
Expand Down

0 comments on commit 980fd5f

Please sign in to comment.