Skip to content

Commit 1570ac1

Browse files
authored
Drop options from devcontainer-feature.json for sshpass (#49)
1 parent b3ea678 commit 1570ac1

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

src/sshpass/devcontainer-feature.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
{
22
"id": "sshpass",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"name": "sshpass",
55
"documentationURL": "https://github.com/hspaans/devcontainer-features/tree/master/src/sshpass",
66
"licenseURL": "http://github.com/hspaans/devcontainer-features/tree/master/LICENSE",
77
"description": "Installs sshpass. Auto-detects latest version and installs needed dependencies.",
8-
"options": {
9-
"version": {
10-
"type": "string",
11-
"proposals": [
12-
"latest",
13-
"none"
14-
],
15-
"default": "latest",
16-
"description": "Select version of sshpass, if not latest."
17-
},
18-
"installDirectlyFromGitHubRelease": {
19-
"type": "boolean",
20-
"default": true
21-
}
22-
},
238
"installsAfter": [
249
"ghcr.io/devcontainers/features/common-utils"
2510
]

0 commit comments

Comments
 (0)