aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest-utility.cxx')
-rw-r--r--bpkg/manifest-utility.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx
index 4a7d0db..10a1512 100644
--- a/bpkg/manifest-utility.cxx
+++ b/bpkg/manifest-utility.cxx
@@ -146,7 +146,7 @@ namespace bpkg
case repository_type::git:
{
- return dir_path (sha256 (l.canonical_name ()).abbreviated_string (16));
+ return dir_path (sha256 (l.canonical_name ()).abbreviated_string (12));
}
}