Skip to content

Commit ebb873a

Browse files
copy path.
1 parent 551c24a commit ebb873a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ CURRENT_BRANCH=$(git symbolic-ref --short HEAD)
2525
echo "current branch is $CURRENT_BRANCH"
2626
git switch -C $UPDATE_BRANCH
2727

28-
\cp -r --update=none $DEST/docs ./docs
29-
\cp -rf $DEST/scripts ./scripts
28+
\cp -r --update=none $DEST/docs ./
29+
\cp -rf $DEST/scripts ./
3030
\cp -f $DEST/Makefile ./
3131
\cp -f $DEST/.tool-versions ./
3232
\cp --update=none $DEST/VERSION ./

0 commit comments

Comments
 (0)