Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit fb5d118

Browse files
committed
add variable brackets
1 parent 17f9f72 commit fb5d118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/codespaces-linux/.devcontainer/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN bash /tmp/scripts/node-debian.sh "${NVM_DIR}" "v14.17.6" "${USERNAME}" \
8080
# Set npm global location
8181
&& sudo -u ${USERNAME} npm config set prefix ${NPM_GLOBAL} \
8282
&& npm config -g set prefix ${NPM_GLOBAL} \
83-
&& su ${USERNAME} -c ". $NVM_DIR/nvm.sh && nvm use --delete-prefix v14.17.6 --silent && nvm clear-cache" \
83+
&& su ${USERNAME} -c ". ${NVM_DIR}/nvm.sh && nvm use --delete-prefix v14.17.6 --silent && nvm clear-cache" \
8484
# Clean up
8585
&& rm -rf ${NVM_DIR}/.git ${NVS_HOME}/.git
8686

0 commit comments

Comments
 (0)