diff options
Diffstat (limited to 'scripts/check-qemu-install')
-rwxr-xr-x | scripts/check-qemu-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 4eb5dd16..11083706 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -107,7 +107,7 @@ with open('build/manifest.json', 'rb') as f: manifest = json.load(f) vyos_version = manifest['build_config']['version'] -vyos_codename = manifest['build_config']['debian_distribution'] +vyos_codename = manifest['build_config']['release_train'] class StreamToLogger(object): """ |