Fix deprecation warning to not execute code 58/12958/1
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 11 Oct 2018 21:02:03 +0000 (17:02 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Thu, 11 Oct 2018 21:02:16 +0000 (17:02 -0400)
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 <dfarrell@redhat.com>
shell/lftools-install.sh

index 17a0e79..e0eda06 100644 (file)
@@ -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
 #