Skip to content

Commit

Permalink
Fix id and version
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedan committed Feb 5, 2025
1 parent cf38851 commit a311dcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/hcloud-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "gcloud-cli",
"version": "1.1.1",
"id": "hcloud-cli",
"version": "1.0.0",
"name": "Hetzner Cloud CLI",
"documentationURL": "https://github.com/skriptfabrik/devcontainer-features/tree/main/src/gcloud-cli",
"documentationURL": "https://github.com/skriptfabrik/devcontainer-features/tree/main/src/hcloud-cli",
"description": "Installs Hetzner Cloud CLI (hcloud).",
"options": {
"version": {
Expand All @@ -11,7 +11,7 @@
"latest"
],
"default": "latest",
"description": "Select or enter a gcloud-cli version."
"description": "Select or enter a hcloud-cli version."
}
},
"installsAfter": [
Expand Down

0 comments on commit a311dcc

Please sign in to comment.