Skip to content

Commit

Permalink
spell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Sep 16, 2024
1 parent 5043ec9 commit ecfa1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-library-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ if (($(buildah manifest inspect "$devmanifest" | jq '.manifests | length') >= ex
buildah images
# lost and forgotten (or just didn't make enough manifest items - build failure on an arch)
lastweek=$(date +%s --date='1 week ago')
# note - jq args are treated as strings and need to be cast tonumber to make the comparible.
# note - jq args are treated as strings and need to be cast tonumber to make the value comparable.

# clear buildah images
buildah images --json |
Expand Down

0 comments on commit ecfa1cb

Please sign in to comment.