We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm run format
1 parent b37e4a0 commit d3b9824Copy full SHA for d3b9824
src/conda.ts
@@ -430,7 +430,9 @@ export async function condaInit(
430
`conda activate "${inputs.activateEnvironment}"`,
431
);
432
}
433
- powerLines.push("# ----------------------------------------------------------------------------");
+ powerLines.push(
434
+ "# ----------------------------------------------------------------------------",
435
+ );
436
const powerExtraText = powerLines.join("\n");
437
438
// Bash profiles
0 commit comments