Skip to content

Commit

Permalink
remove old chromedriver binaries (cc @imurchie)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Feb 14, 2014
1 parent 7923f20 commit ccfe1b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reset.sh
Expand Up @@ -391,6 +391,7 @@ reset_chromedriver() {
echo "* Clearing old ChromeDriver(s)"
run_cmd rm -rf $appium_home/build/chromedriver/*
else
run_cmd rm -rf $appium_home/build/chromedriver # could have been an old binary
run_cmd mkdir $appium_home/build/chromedriver
fi
if [ "$chromedriver_version" == false ]; then
Expand Down

0 comments on commit ccfe1b7

Please sign in to comment.