From 26e56e5076e78184888b24a0e828005005b2b80c Mon Sep 17 00:00:00 2001 From: Dibir Magomedsaygitov Date: Tue, 7 Jul 2020 22:56:48 +0300 Subject: [PATCH] fix bug --- images/linux/scripts/installers/oras-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/oras-cli.sh b/images/linux/scripts/installers/oras-cli.sh index 02e3f0a1a..d5b4748a7 100644 --- a/images/linux/scripts/installers/oras-cli.sh +++ b/images/linux/scripts/installers/oras-cli.sh @@ -29,4 +29,4 @@ fi # Document what was added to the image echo "Lastly, documenting what we added to the metadata file" -DocumentInstalledItem "ORAS $(oras version | awk 'NR==1{print $2})" \ No newline at end of file +DocumentInstalledItem "ORAS $(oras version | awk 'NR==1{print $2}')" \ No newline at end of file