diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-06-20 19:03:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-06-20 19:03:16 +0200 |
commit | 24b94c0c80dac924774569b0252b0483fa80a028 (patch) | |
tree | ff44aa6887bd6c7f274df2e6951fac90d96358e2 | |
parent | 1b76b443a64b94a4901188587c128fdc461baf48 (diff) |
Cosmetic change
-rw-r--r-- | bpkg/pkg-build.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx index 21822f7..050f38d 100644 --- a/bpkg/pkg-build.cxx +++ b/bpkg/pkg-build.cxx @@ -926,15 +926,15 @@ namespace bpkg ap = make_shared<available_package> (move (m)); ar = root; ap->locations.push_back (package_location {root, move (d)}); - } + } } catch (const invalid_path&) { - // Not a valid path so cannot be an archive. + // Not a valid path so cannot be a package directory. } catch (const failed&) { - // Not a valid package archive. + // Not a valid package directory. } } |