Skip to content

Commit

Permalink
Update bliman-load-genesis.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
anilsingla authored Dec 2, 2024
1 parent c350d81 commit 1d69c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/bash/bliman-load-genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function __bli_load_genesis() {
local Genesis_File_location="";

PWD=`pwd`
default_genesis_file_name=genesis.yaml
default_genesis_file_name="genesis.yaml"
if [ ! -z $1 ] && [ ! -z $2 ];then
if [ xx"$1" == "--genesis_path" ];then
Genesis_File_location=$2
Expand Down

0 comments on commit 1d69c23

Please sign in to comment.