Skip to content

Commit 7d9eef0

Browse files
Update .devcontainer/post-create.sh
Co-authored-by: Copilot <[email protected]>
1 parent 558eed7 commit 7d9eef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ ! -f .env ]; then
2828
echo "📝 Creating .env template..."
2929
echo "# Optional: CodeQL database base path" >> .env
3030
echo "CODEQL_DBS_BASE_PATH=$(realpath data)" >> .env
31-
echo "⚠️ Please configure the enviroment or your .env file with required tokens!"
31+
echo "⚠️ Please configure the environment or your .env file with required tokens!"
3232
fi
3333

3434
echo "✅ Development environment setup complete!"

0 commit comments

Comments
 (0)