summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-functions.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-05-30 18:32:46 -0400
committerColin Walters <walters@verbum.org>2013-05-30 19:26:48 -0400
commitba5fc5cbccdde7131a39368a9d444d2f25a10db7 (patch)
tree184c76a2354c5664f777f88c831377148e73c6ce /src/ostree/ot-admin-functions.c
parent86e504ba1dfd7901417e615bdf8470661f7e05ef (diff)
downloadostree-ba5fc5cbccdde7131a39368a9d444d2f25a10db7.tar.gz
Fold ostree-pull into main binary
The rationale for the separation was always kind of weak; I want to refactor the command line argument parsing, and it was complicating things.
Diffstat (limited to 'src/ostree/ot-admin-functions.c')
-rw-r--r--src/ostree/ot-admin-functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-admin-functions.c b/src/ostree/ot-admin-functions.c
index 736c230d..28eb0778 100644
--- a/src/ostree/ot-admin-functions.c
+++ b/src/ostree/ot-admin-functions.c
@@ -482,7 +482,7 @@ ot_admin_pull (GFile *ostree_dir,
return gs_subprocess_simple_run_sync (gs_file_get_path_cached (ostree_dir),
GS_SUBPROCESS_STREAM_DISPOSITION_INHERIT,
cancellable, error,
- "ostree", "pull", repo_arg, osname, NULL);
+ "ostree", repo_arg, "pull", osname, NULL);
}
void