We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0211d9 commit 484a43cCopy full SHA for 484a43c
1 file changed
src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh
@@ -13,7 +13,7 @@ echo "Cloning $REPO into $DEST"
13
REPO=https://github.com/NHSDigital/nhs-notify-repository-template.git
14
DEST=$HOME/nhsengland/repository-template
15
CURRENT_TIMESTAMP=$(date +%Y%m%d%H%M%S)
16
-UPDATE_BRANCH="updating-the-default-files-%$CURRENT_TIMESTAMP"
+UPDATE_BRANCH="updating-the-default-files-$CURRENT_TIMESTAMP"
17
18
mkdir -p $DEST
19
echo "created destination directory $DEST"
0 commit comments