diff --git a/scripts/get-translator-credits.py b/scripts/get-translator-credits.py index 12fd910368..48b225e8f4 100644 --- a/scripts/get-translator-credits.py +++ b/scripts/get-translator-credits.py @@ -8,7 +8,7 @@ from babel import Locale authors_by_locale = defaultdict(set) file_listing = subprocess.Popen( - "find ../wagtail -iname *.po", shell=True, stdout=subprocess.PIPE + "find ./wagtail -iname *.po", shell=True, stdout=subprocess.PIPE ) for file_listing_line in file_listing.stdout: