Skip to content

Commit 5013387

Browse files
committed
fix: temp file sufix
1 parent 69ffa0f commit 5013387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function setVulcanEnvironment() {
8686
function cleanUpTempFiles() {
8787
const directory = process.cwd();
8888
const tempFiles = readdirSync(directory).filter(
89-
(file) => file.startsWith('vulcan-') && file.endsWith('.temp.js'),
89+
(file) => file.startsWith('azion-') && file.endsWith('.temp.js'),
9090
);
9191

9292
tempFiles.forEach((file) => {

0 commit comments

Comments
 (0)