We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558eed7 commit 7d9eef0Copy full SHA for 7d9eef0
.devcontainer/post-create.sh
@@ -28,7 +28,7 @@ if [ ! -f .env ]; then
28
echo "📝 Creating .env template..."
29
echo "# Optional: CodeQL database base path" >> .env
30
echo "CODEQL_DBS_BASE_PATH=$(realpath data)" >> .env
31
- echo "⚠️ Please configure the enviroment or your .env file with required tokens!"
+ echo "⚠️ Please configure the environment or your .env file with required tokens!"
32
fi
33
34
echo "✅ Development environment setup complete!"
0 commit comments