Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Jan 16, 2025
1 parent 135de4b commit 9ff2d2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli/pull.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ int image_pull([[maybe_unused]] const image_pull_args& args,
raise(e.signal);
}
} else {
term::msg("id={} already exists in the repository, skipping pull. Updating database.", record.id.string());
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 9ff2d2a

Please sign in to comment.