Skip to content

Commit

Permalink
update alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Oct 19, 2023
1 parent 2866d4b commit 925eacf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/s6-rc.d/init/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ if is_enabled "${RUN_CREATE_SUPER_USER:-False}"; then
echo "Running the superuser seed script"

python3 manage.py seed_superuser \
--email "${DJANGO_ADMIN_EMAIL}" \
--first_name "${DJANGO_ADMIN_FIRST_NAME}" \
--last_name "${DJANGO_ADMIN_LAST_NAME}"
--email "${DJANGO_ADMIN_EMAIL}" \
--first_name "${DJANGO_ADMIN_FIRST_NAME}" \
--last_name "${DJANGO_ADMIN_LAST_NAME}"
fi

# Load the dummy data
Expand Down

0 comments on commit 925eacf

Please sign in to comment.