Skip to content

Commit 7fa7de6

Browse files
Update .devcontainer/post-attach.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e66bc73 commit 7fa7de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/post-attach.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ ! -f .env ]; then
2323
ENV_VERSION="env-copilot"
2424
fi
2525
fi
26-
cp .devcontainer/${ENV_VERSION} .env || { echo "Error creating .env"; exit 1; }
26+
cp ".devcontainer/${ENV_VERSION}" .env || { echo "Error creating .env"; exit 1; }
2727
code .env || echo "ℹ️ Unable to open .env in VS Code. Please open and review the .env file manually."
2828
echo "⚠️ Defaults can be changed by editing the auto-generated .env file."
2929
fi

0 commit comments

Comments
 (0)