From 743f8da407047b186819bfeb1946f146aa679c44 Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Sat, 27 Feb 2016 19:23:42 +0100 Subject: [PATCH] Fix #5 --- lib/detect.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/detect.js b/lib/detect.js index cf2161e..b25135d 100644 --- a/lib/detect.js +++ b/lib/detect.js @@ -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': {