Skip to content

Commit

Permalink
fix: replace msg with echo
Browse files Browse the repository at this point in the history
  • Loading branch information
chiptus committed Feb 27, 2022
1 parent cb9f8ca commit fbdbf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/3-install-tezos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function install_tezos(){
export PATH=$PATH:/opt/tezos
source "$HOME"/.bashrc

msg "run: source $HOME/.bashrc"
echo "run: source $HOME/.bashrc"

# download zcash params
wget -O "$DATA_DIR"/fetch-zcash-params.sh https://raw.githubusercontent.com/zcash/zcash/master/zcutil/fetch-params.sh
Expand Down

0 comments on commit fbdbf71

Please sign in to comment.