Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 7, 2024
1 parent 17fc96c commit 1f77998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/breeze_theme.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ namespace breeze_stylesheets
for (auto &line : lines)
{
// find if we have a matching line and get the right value.
::std::cout << "TODO: " << line << std::endl;
if (line.rfind(version_key, 0) != 0)
continue;
auto version = line.substr(version_key.length());
Expand Down

0 comments on commit 1f77998

Please sign in to comment.