Skip to content

Commit 5ec56eb

Browse files
committed
chore(script): print directory that migrations will be copied from
1 parent dbd3ad6 commit 5ec56eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/init.sh

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rm -f django.db
1010

1111
if [[ ${DJANGO_LOAD_SAMPLE_DATA:-true} = false ]]; then
1212
if [[ -d ${DJANGO_MIGRATIONS_DIR:-false} ]]; then
13+
echo "Copying migrations from ${DJANGO_MIGRATIONS_DIR}"
1314
cp ${DJANGO_MIGRATIONS_DIR}/0002_*.py ./benefits/core/migrations/
1415
else
1516
echo "DJANGO_MIGRATIONS_DIR is either unset or not a directory"

0 commit comments

Comments
 (0)