provision_version: Move to under UUID_VAR_PATH.

This commit is contained in:
Tim Abbott
2017-10-17 20:02:44 -07:00
parent 3983ebce9a
commit 3fed995a41
3 changed files with 7 additions and 3 deletions

View File

@@ -369,7 +369,7 @@ def main(options):
else:
print("No need to run `manage.py compilemessages`.")
version_file = os.path.join(ZULIP_PATH, 'var/provision_version')
version_file = os.path.join(UUID_VAR_PATH, 'provision_version')
print('writing to %s\n' % (version_file,))
open(version_file, 'w').write(PROVISION_VERSION + '\n')