Use correct package name in /v1/systeminfo

Change-Id: Id3bfec6fcaeab23c24eb646d93344ef35bc5ae54
This commit is contained in:
Adam Coldrick 2019-06-16 17:24:28 +01:00
parent c425165b8e
commit 07098d17ba
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ class SystemInfoController(rest.RestController):
curl https://my.example.org/api/v1/systeminfo
"""
sb_ver = VersionInfo('storyboard')
sb_ver = VersionInfo('storyboard-api')
return wmodels.SystemInfo(version=sb_ver.version_string())