From da47d6b835a952e37804d5237094d5937fe31c49 Mon Sep 17 00:00:00 2001 From: erinecon Date: Fri, 17 Jan 2025 14:48:04 -0500 Subject: [PATCH] fix: remove trailing spaces --- docs/tutorial/code/django/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/code/django/task.yaml b/docs/tutorial/code/django/task.yaml index 1a69d70a6..d60c49438 100644 --- a/docs/tutorial/code/django/task.yaml +++ b/docs/tutorial/code/django/task.yaml @@ -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