Skip to content

Commit

Permalink
misc: print the correct commit hash (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaideiaDilemma authored Dec 29, 2024
1 parent d212f4c commit 820eaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ int main(int argc, char** argv, char** envp) {
if (ISTAGGEDRELEASE)
std::println("Hyprlock version v{}", HYPRLOCK_VERSION);
else
std::println("Hyprlock version v{} (commit {})", HYPRLOCK_VERSION, HYPRLOCK_VERSION_COMMIT);
std::println("Hyprlock version v{} (commit {})", HYPRLOCK_VERSION, HYPRLOCK_COMMIT);

return 0;
}
Expand Down

0 comments on commit 820eaff

Please sign in to comment.