Skip to content
Snippets Groups Projects
Commit 2eff4301 authored by Jaden Diefenbaugh's avatar Jaden Diefenbaugh
Browse files

updated script output to match functionality

parent f0ec398e
No related branches found
No related tags found
1 merge request!218Add e2e testing via Protractor
......@@ -31,7 +31,7 @@ fi
if [ -a django.sql3 ]
then
echo 'Found existing django database,' \
'saving it to "old.django.sql3" and generating a fresh one...'
'saving it to "old.django.sql3"...'
mv django.sql3 old.django.sql3
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment