We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb40d53 commit 1f03c1eCopy full SHA for 1f03c1e
src/atuin/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Atuin CLI",
3
"id": "atuin",
4
- "version": "0.1.1",
+ "version": "0.1.2",
5
"description": "A feature to install Atuin",
6
"options": {
7
"completion": {
@@ -10,8 +10,6 @@
10
"description": "Whether or not to install Dagger shell completion after installing"
11
}
12
},
13
- "installsAfter": [
14
- "ghcr.io/devcontainers/features/common-utils"
15
- ],
+ "installsAfter": ["ghcr.io/devcontainers/features/common-utils"],
16
"postAttachCommand": "/usr/local/share/atuin/postAttachCommand.sh"
17
0 commit comments