Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix(webdriver) - fix file type for internet explorer driver file
Browse files Browse the repository at this point in the history
  • Loading branch information
cnishina committed Mar 24, 2016
1 parent 4092003 commit c6a3b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/webdriver-manager
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ switch (argv._[0]) {
// IEDriverServer.exe
zip.extractAllTo(argv.out_dir, true);
var filePath = path.join(argv.out_dir, binaries.ie.prefix +
binaries.ie.getVersion());
binaries.ie.getVersion() + '.exe');
fs.renameSync(path.join(argv.out_dir, 'IEDriverServer.exe'), filePath);
});
}
Expand Down

0 comments on commit c6a3b5e

Please sign in to comment.