Skip to content

Commit

Permalink
change to mounts formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 committed Nov 3, 2024
1 parent 3076345 commit 76d048b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/common-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@
"description": "Preserve shell history across dev container instances? (Currently supports bash, zsh, and fish)"
}
},
"mounts": [
"source=devcontainers,target=/devcontainers,type=volume"
]
"mounts": [{
"source": "devcontainers",
"target": "/devcontainers",
"type": "volume"
}]
}

0 comments on commit 76d048b

Please sign in to comment.