Skip to content

Commit 80542bc

Browse files
authored
Fix typo in tests.yml
1 parent 549f5ca commit 80542bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Patch templates
5656
run: |
5757
mkdir -p adminsortable2/templates/adminsortable2/edit_inline
58-
DJANGO_VERSIONS=("4.2" "5.0", "5.1")
58+
DJANGO_VERSIONS=("4.2" "5.0" "5.1")
5959
for django_version in ${DJANGO_VERSIONS[@]}; do
6060
echo $django_version
6161
curl --silent --output adminsortable2/templates/adminsortable2/edit_inline/stacked-django-$django_version.html https://raw.githubusercontent.com/django/django/stable/$django_version.x/django/contrib/admin/templates/admin/edit_inline/stacked.html

0 commit comments

Comments
 (0)