Skip to content

Commit efc7e7e

Browse files
hspaansCopilot
andauthored
Update devcontainer-feature.json for sshpass (#45)
* Update devcontainer-feature.json * Update src/sshpass/devcontainer-feature.json Co-authored-by: Copilot <[email protected]> * Update src/sshpass/devcontainer-feature.json Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 7fb991d commit efc7e7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "sshpass",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"name": "sshpass",
5-
"documentationURL": "https://github.com/hspaans/devcontainer-features/tree/master/src/github-cli",
5+
"documentationURL": "https://github.com/hspaans/devcontainer-features/tree/master/src/sshpass",
66
"licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE",
7-
"description": "Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies.",
7+
"description": "Installs sshpass. Auto-detects latest version and installs needed dependencies.",
88
"options": {
99
"version": {
1010
"type": "string",
@@ -13,7 +13,7 @@
1313
"none"
1414
],
1515
"default": "latest",
16-
"description": "Select version of the GitHub CLI, if not latest."
16+
"description": "Select version of sshpass, if not latest."
1717
},
1818
"installDirectlyFromGitHubRelease": {
1919
"type": "boolean",
@@ -23,4 +23,4 @@
2323
"installsAfter": [
2424
"ghcr.io/devcontainers/features/common-utils"
2525
]
26-
}
26+
}

0 commit comments

Comments
 (0)