From 2bec6f056cc2ca1fe7d6e2ecd991cade4ce28c1c Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 18 Oct 2022 16:26:28 -0700 Subject: clean up AWS feature description (#225) * clean up AWS feature description * Update devcontainer-feature.json --- src/aws-cli/devcontainer-feature.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/aws-cli/devcontainer-feature.json') diff --git a/src/aws-cli/devcontainer-feature.json b/src/aws-cli/devcontainer-feature.json index 5302cf1..af28717 100644 --- a/src/aws-cli/devcontainer-feature.json +++ b/src/aws-cli/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "aws-cli", - "version": "1.0.4", + "version": "1.0.5", "name": "AWS CLI", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/aws-cli", "description": "Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.", @@ -11,7 +11,7 @@ "latest" ], "default": "latest", - "description": "Select or enter an AWS CLI version. (Available versions here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst)" + "description": "Select or enter an AWS CLI version." } }, "customizations": { -- cgit v1.2.3