Skip to content

Commit dbb7ffc

Browse files
authored
Update install.sh
1 parent 949935b commit dbb7ffc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ set -e
33

44
# The install.sh script is the installation entrypoint for any features in this repository.
55
#
6-
# The tooling will parse the features.json + user devcontainer, and write
7-
# any build-time arguments into a feature-set scoped "features.env"
6+
# The tooling will parse the devcontainer-features.json + user devcontainer, and write
7+
# any build-time arguments into a feature-set scoped "devcontainer-features.env"
88
# The author is free to source that file and use it however they would like.
99
set -a
10-
. ./features.env
10+
. ./devcontainer-features.env
1111
set +a
1212

1313
# Build args are exposed to this entire feature set following the pattern: _BUILD_ARG_<FEATURE ID>_<OPTION NAME>

0 commit comments

Comments
 (0)