Skip to content

Commit

Permalink
Created default file for deployed templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioSanch3z committed Jul 25, 2024
1 parent 09102a9 commit 79ffa6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/deploymentMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,7 @@ async function deployIMCommand(
): Promise<string> {
const pipeAuth = `${obj.infName}-auth-pipe`;
const imClientPath = await getIMClientPath();
const imageRADL = obj.infName;
const templatePath = `$PWD/deployed-templates/${imageRADL}.yaml`;
const templatePath = `$PWD/deployed-template.yaml`;

Check failure on line 498 in src/deploymentMenu.ts

View workflow job for this annotation

GitHub Actions / build

Strings must use singlequote

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

0 comments on commit 79ffa6f

Please sign in to comment.