Skip to content

Commit 1f03c1e

Browse files
committed
Bumping the atuin feature version.
1 parent cb40d53 commit 1f03c1e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/atuin/devcontainer-feature.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Atuin CLI",
33
"id": "atuin",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "A feature to install Atuin",
66
"options": {
77
"completion": {
@@ -10,8 +10,6 @@
1010
"description": "Whether or not to install Dagger shell completion after installing"
1111
}
1212
},
13-
"installsAfter": [
14-
"ghcr.io/devcontainers/features/common-utils"
15-
],
13+
"installsAfter": ["ghcr.io/devcontainers/features/common-utils"],
1614
"postAttachCommand": "/usr/local/share/atuin/postAttachCommand.sh"
1715
}

0 commit comments

Comments
 (0)