From ddd8f4dd3b86b15eb45da9f5f65b16f890b7f60e Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Thu, 11 Oct 2018 17:02:03 -0400 Subject: [PATCH] Fix deprecation warning to not execute code The warning about lftools-install script being deprecated was quoted incorrectly, so the `code` it suggested was actually executed. This caused this script to fail, resulting in builds being marked unstable and logs failing to deploy. Change-Id: I394baf37a1a82d54fdbee62010af5be0be5527ff Signed-off-by: Daniel Farrell --- shell/lftools-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/lftools-install.sh b/shell/lftools-install.sh index 17a0e79c..e0eda062 100644 --- a/shell/lftools-install.sh +++ b/shell/lftools-install.sh @@ -9,8 +9,8 @@ # http://www.eclipse.org/legal/epl-v10.html ############################################################################## echo "---> lftools-install.sh" -echo "WARNING: The lftools-install.sh script is deprecated. We now recommend \ -to use `pip install --user lftools` to install." +echo 'WARNING: The lftools-install.sh script is deprecated. We now recommend \ +to use `pip install --user lftools` to install.' # Script to install lftools via a version passed in via lf-infra-parameters # -- 2.16.6