From b36bdcd09d42f32613165eca193881653f8aded6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Mon, 14 May 2018 12:01:45 +0300 Subject: Fix typo in coin instruction scripts Change-Id: I2d17a2334d59ffa7ceff35de56b53a5ec443f449 Reviewed-by: Alexandru Croitor --- coin_test_instructions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coin_test_instructions.py') diff --git a/coin_test_instructions.py b/coin_test_instructions.py index eb6ee2ad..1da961e7 100644 --- a/coin_test_instructions.py +++ b/coin_test_instructions.py @@ -47,7 +47,7 @@ import os # Values must match COIN thrift CI_HOST_OS = option_value("os") CI_TARGET_OS = option_value("targetOs") -CI_HOST_OS_VER = option_value("osver") +CI_HOST_OS_VER = option_value("osVer") CI_ENV_INSTALL_DIR = option_value("instdir") CI_ENV_AGENT_DIR = option_value("agentdir") or "." CI_COMPILER = option_value("compiler") -- cgit v1.2.1