Skip to content

Commit

Permalink
bee-cache: Use beeindexstr
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 9, 2024
1 parent bd8d8cd commit 3cfe004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bee-cache.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ function print_missing_files() {
}

function tmp_merge_install_inventory_files() {
${BEEFLOCK} --shared ${BEECACHE_INVENTORY} sort -m -u -r -k8 -k1 \
${BEECACHE_INVENTORY} "${@}"
${BEEFLOCK} --shared ${BEECACHE_INVENTORY} ${BEE_LIBEXECDIR}/bee/beeindextr ${BEECACHE_INVENTORY} "${@}" | sort -u -r -k8 -k1
}

function tmpinstall_to_filenames() {
Expand Down

0 comments on commit 3cfe004

Please sign in to comment.