From 1dc38fd3e9032e7c5eec4ae41dc77cdf58cb8b4e Mon Sep 17 00:00:00 2001 From: Mikhail Yumanov Date: Sat, 13 Mar 2021 05:47:02 +0300 Subject: [PATCH] CST-10 znick#336 some tuning --- deploy_local_beta/deploy_local_beta_python2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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