Skip to content

Commit

Permalink
Update bin/update
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Darie <colin@darie.eu>
  • Loading branch information
LeSim and colinux authored Aug 30, 2023
1 parent 1b77921 commit cfd518c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FileUtils.chdir APP_ROOT do

if ENV["UPDATE_WEBDRIVER"]
puts "\n== Updating webdrivers =="
puts "\nyou must add ~.local/bin to your path"
puts "\nyou must add ~/.local/bin to your path"
system! 'npx @puppeteer/browsers clear --path ~/.local/bin/headless_browsers'

system! 'npx @puppeteer/browsers install chromedriver --path ~/.local/bin/headless_browsers'
Expand Down

0 comments on commit cfd518c

Please sign in to comment.