Skip to content

Commit

Permalink
Revert "Fix: Link to git hash references onBattery repo"
Browse files Browse the repository at this point in the history
This reverts commit 23b35d9.
  • Loading branch information
helgeerbe committed Apr 27, 2023
1 parent 32913c2 commit 46c733c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/views/SystemInfoView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default defineComponent({
this.systemDataList.git_is_hash = true;
}
const fetchUrl = "https://api.github.com/repos/helgeerbe/OpenDTU-OnBattery/compare/"
const fetchUrl = "https://api.github.com/repos/tbnobody/OpenDTU/compare/"
+ this.systemDataList.git_hash + "...HEAD";
fetch(fetchUrl)
Expand Down

0 comments on commit 46c733c

Please sign in to comment.