Skip to content

Commit 3c8974f

Browse files
only make config on start.
1 parent bbb2602 commit 3c8974f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ source ~/.zshrc
3939
echo "reloaded shell"
4040

4141
export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
42-
echo "running make config"
43-
make config
44-
echo "make config complete"
42+
# echo "running make config"
43+
# make config
44+
# echo "make config complete"
4545

4646
cd $CURRENT_DIR
4747

0 commit comments

Comments
 (0)