summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-prune.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2023-02-09 08:24:58 -0500
committerGitHub <noreply@github.com>2023-02-09 08:24:58 -0500
commit8025a83b6dd5414d4211c2bfbee47bda42136c69 (patch)
tree17229f37068cfdb7d7eecfc810caa8b25fe4700d /src/ostree/ot-builtin-prune.c
parentcff0a1730aa753afc9fbcf323c10f7369ee925c6 (diff)
parent6f8669331d8dffa05296135443116268d21bac54 (diff)
downloadostree-8025a83b6dd5414d4211c2bfbee47bda42136c69.tar.gz
Merge pull request #1946 from dbnicholson/ostree-metadata-api
ostree-metadata commit API
Diffstat (limited to 'src/ostree/ot-builtin-prune.c')
-rw-r--r--src/ostree/ot-builtin-prune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-prune.c b/src/ostree/ot-builtin-prune.c
index 0b4e8698..e641c18b 100644
--- a/src/ostree/ot-builtin-prune.c
+++ b/src/ostree/ot-builtin-prune.c
@@ -354,7 +354,7 @@ ostree_builtin_prune (int argc, char **argv, OstreeCommandInvocation *invocation
}
g_autofree char *formatted_freed_size = g_format_size_full (objsize_total, 0);
- if (opt_commit_only)
+ if (opt_commit_only)
g_print("Total (commit only) objects: %u\n", n_objects_total);
else
g_print ("Total objects: %u\n", n_objects_total);