Skip to content

Commit 484a43c

Browse files
other files to include.
1 parent b0211d9 commit 484a43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo "Cloning $REPO into $DEST"
1313
REPO=https://github.com/NHSDigital/nhs-notify-repository-template.git
1414
DEST=$HOME/nhsengland/repository-template
1515
CURRENT_TIMESTAMP=$(date +%Y%m%d%H%M%S)
16-
UPDATE_BRANCH="updating-the-default-files-%$CURRENT_TIMESTAMP"
16+
UPDATE_BRANCH="updating-the-default-files-$CURRENT_TIMESTAMP"
1717

1818
mkdir -p $DEST
1919
echo "created destination directory $DEST"

0 commit comments

Comments
 (0)