We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551c24a commit ebb873aCopy full SHA for ebb873a
src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh
@@ -25,8 +25,8 @@ CURRENT_BRANCH=$(git symbolic-ref --short HEAD)
25
echo "current branch is $CURRENT_BRANCH"
26
git switch -C $UPDATE_BRANCH
27
28
-\cp -r --update=none $DEST/docs ./docs
29
-\cp -rf $DEST/scripts ./scripts
+\cp -r --update=none $DEST/docs ./
+\cp -rf $DEST/scripts ./
30
\cp -f $DEST/Makefile ./
31
\cp -f $DEST/.tool-versions ./
32
\cp --update=none $DEST/VERSION ./
0 commit comments