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 d6f253d commit d129209Copy full SHA for d129209
docker/entrypoint.sh
@@ -11,7 +11,7 @@ parse_dsn() {
11
if [ -z "$SOURCE_DSN" ]; then
12
echo "Error: SOURCE_DSN environment variable is not set"
13
exit 1
14
- }
+ fi
15
16
local dsn="$SOURCE_DSN"
17
0 commit comments