Skip to content

Commit f75d7a5

Browse files
committed
[pnpm] fix script path
1 parent 644d22a commit f75d7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mount-pnpm-store/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"ghcr.io/meaningful-ooo/devcontainer-features/fish"
1919
],
2020
"onCreateCommand": {
21-
"mount-pnpm-store-setup": "/usr/local/share/mount-pnpm-store-setup/scripts/oncreate.sh"
21+
"mount-pnpm-store-setup": "/usr/local/share/mount-pnpm-store/scripts/oncreate.sh"
2222
}
2323
}

0 commit comments

Comments
 (0)