Skip to content

Commit

Permalink
checkout the right version in the cloned repository during install
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe authored and jwerle committed Sep 30, 2017
1 parent 9bbe98c commit 62d6d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ bpkg_install_from_remote () {
(
## move into directory
cd "${name}-${version}" &&
git checkout ${version} &&
## build
info "Performing install: \`${build}'"
build_output=$(eval "${build}")
Expand Down

0 comments on commit 62d6d15

Please sign in to comment.