Skip to content

Commit

Permalink
Tweak versions in register_images.go
Browse files Browse the repository at this point in the history
Fix up a couple of versions in comments in the
pkg/api/server/register_images.go file.  Based on comments
from #23440

Signed-off-by: tomsweeneyredhat <[email protected]>
  • Loading branch information
TomSweeneyRedHat committed Jul 31, 2024
1 parent ebc7deb commit 2550a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/server/register_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
// default: false
// description: |
// Contents of base images to be modified on ADD or COPY only
// (As of version 1.37)
// (As of Podman version v5.2)
// - in: query
// name: nocache
// type: boolean
Expand Down Expand Up @@ -1506,7 +1506,7 @@ func (s *APIServer) registerImagesHandlers(r *mux.Router) error {
// default: false
// description: |
// Contents of base images to be modified on ADD or COPY only
// (As of version 1.37)
// (As of Podman version v5.2)
// - in: query
// name: nocache
// type: boolean
Expand Down

0 comments on commit 2550a72

Please sign in to comment.