Skip to content

Commit 312186f

Browse files
committed
Update name and ID
1 parent 653d55d commit 312186f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/azure-cli-persistence/devcontainer-feature.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "Azure CLI Persistence",
3-
"id": "azure-cli-persistence",
2+
"name": "Azure CLI Persistence (forked)",
3+
"id": "azure-cli-persistence-forked",
44
"version": "0.0.1",
55
"documentationURL": "https://github.com/joshuanianji/devcontainer-features/tree/main/src/azure-cli-persistence",
6-
"description": "Avoid extra logins from the Azure CLI by preserving the `~/.azure` folder across container instances.",
6+
"description": "(fork of stuartleeks): Avoid extra logins from the Azure CLI by preserving the `~/.azure` folder across container instances.",
77
"options": {},
88
"mounts": [
99
{
@@ -20,4 +20,4 @@
2020
"onCreateCommand": {
2121
"azure-cli-persistence-setup": "/usr/local/share/azure-cli-persistence/scripts/oncreate.sh"
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)