content: Fix a typo

This commit is contained in:
Nikolai Rodionov
2023-03-06 10:48:37 +01:00
committed by Nikolai Rodionov
parent 2d58aa37ee
commit b4b0bf883b
2 changed files with 4 additions and 5 deletions

View File

@ -26,11 +26,10 @@ chomp @builds_out;
# ---------------------------------------
# -- Get a list of all commits + 'latest'
# ---------------------------------------
my $commits = "git log --format=format:%H --all";
my $commits = "git fetch && git log --format=format:%H --all";
my @commits_out = `$commits`;
chomp @commits_out;
push @commits_out, 'latest';
# ---------------------------------------
# -- Compare builds to commits
# -- And remove obsolete imgages from