Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devrite committed Jul 15, 2024
1 parent 697f743 commit c62d6d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"extensions": [
"mads-hartmann.bash-ide-vscode",
"EditorConfig.EditorConfig"
"EditorConfig.EditorConfig",
"github.vscode-github-actions"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
publish-features: "true"
base-path-to-features: "./src"
generate-docs: "true"

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions src/add-groups/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

# Add groups to container (add-roups)
# Add groups to container (add-groups)

Add user groups of host to the remoter user (e.g., for device access).

## Example Usage

```json
"features": {
"ghcr.io/AIT-Assistive-Autonomous-Systems/devcontainer_features/add-roups:0": {}
"ghcr.io/AIT-Assistive-Autonomous-Systems/devcontainer_features/add-groups:0": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion src/add-groups/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Add groups to container",
"id": "add-roups",
"id": "add-groups",
"version": "0.0.1",
"description": "Add user groups of host to the remoter user (e.g., for device access).",
"options": {
Expand Down

0 comments on commit c62d6d9

Please sign in to comment.