diff --git a/deploy_local_beta/deploy_local_beta_python2.sh b/deploy_local_beta/deploy_local_beta_python2.sh index 494614765..b9c729166 100644 --- a/deploy_local_beta/deploy_local_beta_python2.sh +++ b/deploy_local_beta/deploy_local_beta_python2.sh @@ -46,6 +46,6 @@ $ANYBETA_ROOT/anytask/manage.py create_test_data ANYBETA_report ANYBETA_report "Deploy completed!" -ANYBETA_report "You can now start django server using ${ANYBETA_ROOT}/anytask/manage.py runserver" +ANYBETA_report "You can now start django server using \`manage.py runserver\`" fi