Skip to content

Commit

Permalink
Fix var typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Dec 23, 2016
1 parent d9674fe commit abff19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci_scripts/templates/chromium-local-conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chromium_options.binary_location = "/usr/lib/chromium/chromium"
import os

if os.path.exists("/.dockerenv"):
chrome_options.add_argument("--no-sandbox")
chromium_options.add_argument("--no-sandbox")


WIRECLOUD_SELENIUM_TEST_BROWSERS.update({
Expand Down

0 comments on commit abff19b

Please sign in to comment.