Skip to content

Commit

Permalink
- fix commit display
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hart committed Sep 15, 2024
1 parent c8a7cbe commit 5392e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion currentGitHash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a930a74643a52c487aa46d9c71f51ede2227a62f
c8a7cbe7a94bc464d667ebc3744f9a8738b24c22
2 changes: 1 addition & 1 deletion hi_backend/backend/dialog_library/dialog_library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ var AboutWindow::initValues(const var::NativeFunctionArgs& args)

if(hiseRoot.isNotEmpty() && File::isAbsolutePath(hiseRoot))
{
auto l = File(hiseRoot).getChildFile("currentGitHash.txt").loadFileAsString();
auto l = File(hiseRoot).getChildFile("currentGitHash.txt").loadFileAsString().trim();

if(l.isNotEmpty())
{
Expand Down

0 comments on commit 5392e7a

Please sign in to comment.