mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	update-prod-static: Fix deploy path for language_options.json.
This commit is contained in:
		@@ -61,7 +61,7 @@ subprocess.check_call(['mv', os.path.join(settings.STATIC_ROOT, 'source-map'),
 | 
			
		||||
 | 
			
		||||
# Move language_options.json to the production release
 | 
			
		||||
subprocess.check_call(['mv', 'static/locale/language_options.json',
 | 
			
		||||
                       'prod-static/serve/locale/language_options.json'],
 | 
			
		||||
                       os.path.join(settings.STATIC_ROOT, 'locale/language_options.json')],
 | 
			
		||||
                      stdout=fp, stderr=fp)
 | 
			
		||||
 | 
			
		||||
fp.close()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user