Skip to content

Commit

Permalink
fix(ChromeCanary): on Linux (archlinux), it can be named google-chrom…
Browse files Browse the repository at this point in the history
…e-unstable

cc @dignifiedquire  @zzo
  • Loading branch information
Vincent Voyer committed Oct 7, 2015
1 parent 4940d72 commit 28cb5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ChromeCanaryBrowser.prototype = {
name: 'ChromeCanary',

DEFAULT_CMD: {
linux: 'google-chrome-canary',
linux: getBin(['google-chrome-canary', 'google-chrome-unstable']),
darwin: getChromeDarwin('/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary'),
win32: getChromeExe('Chrome SxS')
},
Expand Down

0 comments on commit 28cb5b0

Please sign in to comment.