Skip to content

Commit cd0cfbe

Browse files
fix
1 parent 887bacb commit cd0cfbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/quick-start.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939
exit 1
4040
fi
4141
- name: Check django-setup-configuration
42-
run: docker compose exec -T web python -c "import django_setup_configuration" || { printf "printf "django_setup_configuration package is not installed.\r\n\r\n" >&2; exit 1; }
42+
run: docker compose exec -T web python -c "import django_setup_configuration" || { printf "django_setup_configuration package is not installed.\r\n\r\n" >&2; exit 1; }
43+

0 commit comments

Comments
 (0)