Skip to content

Commit

Permalink
feat(persist-shell-history): add workspace folder name to volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
ckagerer committed Mar 30, 2024
1 parent 8b9fc5f commit 222b3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chezmoi/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chezmoi",
"id": "chezmoi",
"version": "1.2.1",
"version": "1.3.0",
"description": "Install chezmoi",
"documentationURL": "https://github.com/ckagerer/devcontainer-features/tree/main/src/chezmoi",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion src/persist-shell-history/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"mounts": [
{
"source": "devcontainer-persist-shell-history-${devcontainerId}",
"source": "devcontainer-${localWorkspaceFolderBasename}-persist-shell-history-${devcontainerId}",
"target": "/.persist-shell-history",
"type": "volume"
}
Expand Down

0 comments on commit 222b3d7

Please sign in to comment.