Skip to content

Commit 5d2026c

Browse files
authored
Merge pull request #2 from gilesknap/patch-1
Update devcontainer-feature.json
2 parents 11b8e8d + a5e5324 commit 5d2026c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/features/bash-config/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"id": "bash-config",
55
"version": "1.0.0",
66
"description": "Lightweight BASH setup with eternal history and PS1 tweaks. Fully configurable.",
7-
"documentationURL": "https://github.com/DiamondRC/devcontainer-features/tree/main/src/bash-config",
7+
"documentationURL": "https://raw.githubusercontent.com/DiamondRC/devcontainer-features/refs/heads/main/.devcontainer/features/bash-config/README.md",
88
"containerEnv": {
99
"CONFIG_FOLDER": "/devcontainer_rc",
1010
"CONFIG_STAGING": "/devcontainer_staging"
@@ -17,4 +17,4 @@
1717
}
1818
],
1919
"onCreateCommand": "bash /devcontainer_staging/onCreateCommand.sh"
20-
}
20+
}

0 commit comments

Comments
 (0)