Skip to content

Commit

Permalink
add a message
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Jan 16, 2025
1 parent 460a430 commit 135de4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/pull.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ int image_pull([[maybe_unused]] const image_pull_args& args,
// reraise the signal
raise(e.signal);
}
} else {
term::msg("id={} already exists in the repository, skipping pull. Updating database.", record.id.string());
}

// add the label to the repo, even if there was no download.
Expand Down

0 comments on commit 135de4b

Please sign in to comment.