From 8cec6d8989787343941abbdef5870e1056928fab Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 2 Aug 2019 18:38:09 +0300 Subject: Fix failure to upgrade package from git repository when its submodule changed --- bpkg/fetch.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/fetch.hxx') diff --git a/bpkg/fetch.hxx b/bpkg/fetch.hxx index 0ed473f..36b1b01 100644 --- a/bpkg/fetch.hxx +++ b/bpkg/fetch.hxx @@ -86,7 +86,7 @@ namespace bpkg // Checkout the specified commit previously fetched by git_fetch(). // - // Note that submodules are not checked out. + // Note that submodules may not be checked out. // void git_checkout (const common_options&, -- cgit v1.1