diff --git a/src/nix/progress-bar.cc b/src/nix/progress-bar.cc index 0c42fe5cc..76138b2cc 100644 --- a/src/nix/progress-bar.cc +++ b/src/nix/progress-bar.cc @@ -165,7 +165,7 @@ public: if (type == actQueryPathInfo) { auto name = storePathToName(getS(fields, 0)); - i->s = fmt("querying about " ANSI_BOLD "%s" ANSI_NORMAL " on %s", name, getS(fields, 1)); + i->s = fmt("querying " ANSI_BOLD "%s" ANSI_NORMAL " on %s", name, getS(fields, 1)); } if ((type == actDownload && hasAncestor(*state, actCopyPath, parent))