Skip to content

Commit d129209

Browse files
authored
ci: fix Docker entrypoint.sh
1 parent d6f253d commit d129209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ parse_dsn() {
1111
if [ -z "$SOURCE_DSN" ]; then
1212
echo "Error: SOURCE_DSN environment variable is not set"
1313
exit 1
14-
}
14+
fi
1515

1616
local dsn="$SOURCE_DSN"
1717

0 commit comments

Comments
 (0)