From 2d2a590672a203d5f1586c7dfc57c9f23cc44e4c Mon Sep 17 00:00:00 2001 From: Dibir Magomedsaygitov Date: Wed, 8 Jul 2020 11:43:12 +0300 Subject: [PATCH] minor fix --- images/linux/scripts/installers/oras-cli.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/images/linux/scripts/installers/oras-cli.sh b/images/linux/scripts/installers/oras-cli.sh index 056a36960..c4546ccbf 100644 --- a/images/linux/scripts/installers/oras-cli.sh +++ b/images/linux/scripts/installers/oras-cli.sh @@ -16,7 +16,6 @@ ORAS_CLI_ARCHIVE=$(basename $ORAS_CLI_DOWNLOAD_URL) # Install ORAS CLI cd /tmp download_with_retries $ORAS_CLI_DOWNLOAD_URL -mkdir -p oras-install tar -zxvf $ORAS_CLI_ARCHIVE -C /usr/local/bin oras # Run tests to determine that the software installed as expected