[util] Change default replace to true for `download_cli`

pull/2/head
Daniel Van Der Maden 5 years ago
parent 0d93dc429c
commit 4437dfa163
  1. 2
      pyhmy/util.py

@ -68,7 +68,7 @@ def get_bls_build_variables():
return variables
def download_cli(bin_name="hmy", replace=False, verbose=True):
def download_cli(bin_name="hmy", replace=True, verbose=True):
"""
This function will download the statically linked CLI binary into a bin directory
within the current working directory.

Loading…
Cancel
Save