Skip to content

Commit 89d54fb

Browse files
committed
Fix absence of host input
1 parent 3fa3b22 commit 89d54fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convertToSingleHost.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function removeTestInfraStructure() {
3333
deleteFolder(path.resolve(`./.azure-devops`));
3434

3535
await updatePackageJsonFile();
36-
await updateLaunchJsonFile();
36+
await updateLaunchJsonFile("excel");
3737
// delete this script
3838
await unlinkFileAsync("./convertToSingleHost.js");
3939
await deleteSupportFiles();

0 commit comments

Comments
 (0)