Skip to content

Commit

Permalink
fix rebase fail in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamISZ committed Feb 14, 2022
1 parent f9753c4 commit f1bea1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ parse_flags ()
--docker-install)
with_sudo='0'
with_jmvenv='0'
;;
"")
break
;;
Expand Down Expand Up @@ -499,6 +500,7 @@ main ()
return 1
fi
source "${jm_root}/bin/activate"
fi
mkdir -p "deps/cache"
pushd deps
if ! libsecp256k1_install; then
Expand Down

0 comments on commit f1bea1d

Please sign in to comment.