diff --git a/webapp/src/views/SystemInfoView.vue b/webapp/src/views/SystemInfoView.vue index ba36ec36..15b02af0 100644 --- a/webapp/src/views/SystemInfoView.vue +++ b/webapp/src/views/SystemInfoView.vue @@ -61,7 +61,7 @@ export default defineComponent({ } const fetchUrl = "https://api.github.com/repos/helgeerbe/OpenDTU-OnBattery/compare/" - + this.systemDataList.git_hash + "...HEAD"; + + this.systemDataList.git_hash + "..." + this.systemDataList.git_branch; fetch(fetchUrl) .then((response) => {