Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Oct 18, 2024
1 parent fd7d6e1 commit 60880ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fixes/ValidateScreenshotFolder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace Fixes::ValidateScreenshotFolder
} else {
screenshotFolder = folder;
screenshotFolder.make_preferred();
screenshotFolder.remove_filename(); // remove screenshot prefix (not a directory)
screenshotFolder.remove_filename(); // remove screenshot prefix (not a directory)

if (has_root_directory(screenshotFolder)) {
std::error_code ec;
Expand Down

0 comments on commit 60880ee

Please sign in to comment.