Skip to content

Commit 0a28f64

Browse files
fix
1 parent 18f7eab commit 0a28f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quick-start.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Check django-setup-configuration installation
4242
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; }
4343
- name: Run django-setup-configuration
44-
run: docker compose run web-init || { printf "Web init configurations failed!\r\n\r\n" >&2; exit 1; }
44+
run: docker compose run web-init || { printf "Web init configurations failed. \r\n\r\n" >&2; exit 1; }

0 commit comments

Comments
 (0)