Fix Syntax Error in reproducer script

Wrong variable name was used and space was missing,
this patch fixes these.

Change-Id: Iaa53097780b1bf4d7dc31666e59f559c6d9348b1
This commit is contained in:
yatinkarel 2020-07-20 10:43:12 +05:30
parent 8bf43cb89a
commit 2d0019061e
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ install_package_deps_via_bindep
# Ensure pip is updated
sudo pip install --upgrade pip
if [[ "$CONTAINER_CLI" == "docker"]]; then
if [[ "$CONTAINER_MODE" == "docker" ]]; then
if [ -x "/usr/bin/docker" ] ; then
# Fail as early as possible if the docker
# group is not setup appropriately.