From 1abd0617a36d397ea2a16b6cf2d0fbe65b2eb05f Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 23 Dec 2020 13:45:46 -0600 Subject: [PATCH] Fix followup comment from review 768227 Change-Id: I589b8443ed2584f05bbd2f6c94a891a16b22c9a1 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0074e994..09d090fc 100644 --- a/README.rst +++ b/README.rst @@ -234,11 +234,11 @@ the system, you can do this by running:: .. note:: When using an operating system that is not ubuntu 16.04 the - process.env.CHROME_BIN variable may need to be updated in + process.env.FIREFOX_BIN variable may need to be updated in openstack-health/test/karma.conf.js to reflect your system's firefox path. - For example on SUSE Leap OS, process.env.CHROME_BIN = '/usr/bin/firefox' + For example on SUSE Leap OS, process.env.FIREFOX_BIN = '/usr/bin/firefox' must be set. To test javascript code, run::