From 171f9f9b9f8f90a2475fdf4fbdb7c1c7984cd3ce Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Wed, 13 Nov 2013 13:21:37 -0700 Subject: [PATCH] Fixed opera settings.. --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 7237b7be2..3734d82c9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -224,8 +224,8 @@ module.exports = function (grunt) { executable: 'firefox' }, opera: { - appName: 'Firefox', - executable: 'firefox' + appName: 'Opera', + executable: 'opera' } };