Skip to content

Commit

Permalink
Fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Hentges committed Feb 27, 2016
1 parent d62b245 commit 743f8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/detect.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ var spawn = require( 'child_process' ).spawn,
profile: true
},
'google-chrome-canary': {
name: 'canary',
name: 'chrome',
re: /Google Chrome (\S+)/,
type: 'canary',
type: 'chrome',
profile: true,
},
'chromium': {
Expand Down

0 comments on commit 743f8da

Please sign in to comment.