Skip to content

Commit

Permalink
fix: remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
erinecon committed Jan 20, 2025
1 parent 1e9b7b6 commit da47d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/code/django/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ execute: |
sed -i "s/name: .*/name: django-hello-world/g" rockcraft.yaml
sed -i "s/amd64/$(dpkg --print-architecture)/g" rockcraft.yaml
# Update settings.py file
cat $HOME/settings_init_rock.py > $HOME/django-hello-world/django_hello_world/django_hello_world/settings.py
Expand Down

0 comments on commit da47d6b

Please sign in to comment.