Skip to content

Commit

Permalink
bee-install: update call of bee-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ruester committed Dec 9, 2011
1 parent 2042870 commit b5de716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bee-install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ do_install() {

if [ "${OPT_NOOP}" != "yes" ]; then
run_hooks post-install ${pkg}
${BEE_LIBEXECDIR}/bee/bee.d/bee-dep --update ${pkg}
${BEE_LIBEXECDIR}/bee/bee.d/bee-dep update ${pkg}
fi

if [ "${OPT_UPGRADE}" != "yes" ] ; then
Expand Down

0 comments on commit b5de716

Please sign in to comment.