Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/sshpass/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "sshpass",
"version": "1.0.1",
"version": "1.0.2",
"name": "sshpass",
"documentationURL": "https://github.com/hspaans/devcontainer-features/tree/master/src/github-cli",
"documentationURL": "https://github.com/hspaans/devcontainer-features/tree/master/src/sshpass",
"licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE",
"description": "Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies.",
"description": "Installs the sshpass. Auto-detects latest version and installs needed dependencies.",
"options": {
"version": {
"type": "string",
Expand All @@ -13,7 +13,7 @@
"none"
],
"default": "latest",
"description": "Select version of the GitHub CLI, if not latest."
"description": "Select version of the sshpass, if not latest."
},
"installDirectlyFromGitHubRelease": {
"type": "boolean",
Expand All @@ -23,4 +23,4 @@
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}
}