Skip to content

Commit

Permalink
Merge pull request #33804 from dimagi/orangejenny-patch-13
Browse files Browse the repository at this point in the history
Update prompt in build_requirejs.py
  • Loading branch information
orangejenny authored Nov 28, 2023
2 parents 2df36dd + 53a5720 commit c093a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions corehq/apps/hqwebapp/management/commands/build_requirejs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import subprocess
from collections import defaultdict
from pathlib import Path
from uuid import uuid4
from shutil import copyfile
from subprocess import call

Expand Down Expand Up @@ -122,7 +121,8 @@ def _confirm_or_exit():
if confirm[0].lower() != 'y':
exit()
confirm = input("You are running locally. Have you already run "
"`./manage.py collectstatic --noinput && ./manage.py compilejsi18n` (y/n)? ")
"`./manage.py resource_static && ./manage.py collectstatic "
"--noinput && ./manage.py compilejsi18n` (y/n)? ")
if confirm[0].lower() != 'y':
exit()

Expand Down

0 comments on commit c093a15

Please sign in to comment.