Skip to content

Commit 3aebb25

Browse files
committed
Make it more clear what configuration is updated.
1 parent 54279df commit 3aebb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc-tools/configure-domjudge.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if os.path.exists('languages.json'):
130130
dj_utils.upload_file(f'languages/{langid}/executable', 'executable', f'executables/{langid}.zip')
131131
for langid in executables:
132132
os.remove(f'executables/{langid}.zip')
133-
if dj_utils.confirm(' - Upload configuration changes?', True):
133+
if dj_utils.confirm(' - Upload language configuration changes?', True):
134134
actual_config = _keyify_list(dj_utils.upload_file(f'languages', 'json', f'languages.json'))
135135
diffs, new_keys, missing_keys = compare_configs(
136136
actual_config=actual_config,

0 commit comments

Comments
 (0)