Skip to content

Commit ec7cb59

Browse files
author
Sven Saatkamp
committed
tabs removed
1 parent 8d96586 commit ec7cb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export function executeBicepBuild(files: string[], bicepTool: string, additional
130130
files.forEach((file: string) => {
131131
const args = ['build', file, ...additionalArgsByInputs];
132132
const bicepProcess = taskLib.tool(bicepTool).arg(args).execSync();
133-
133+
134134
if (bicepProcess.code !== 0) {
135135
throw new Error(`Failed to execute script. Related file: ${file}`);
136136
} else if (bicepProcess.stderr.length > 0) {

0 commit comments

Comments
 (0)