forked from TrueCloudLab/frostfs-dev-env
[#84] bin/config.sh: Fix typo in comment
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
39b5018a01
commit
1b4452df67
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ http://morph_chain.${LOCAL_DOMAIN}:30333 \
|
|||
${NEOFS_IR_CONTRACTS_NETMAP} \
|
||||
epoch | grep 'value' | awk -F'"' '{ print $4 }'`
|
||||
|
||||
# Update epoch to apply new configuartion value
|
||||
# Update epoch to apply new configuration value
|
||||
echo "Updating NeoFS epoch to $((EPOCH+1))"
|
||||
./bin/passwd.exp ${PASSWD} ${NEOGO} contract invokefunction \
|
||||
-w ${WALLET_IMG} \
|
||||
|
|
Loading…
Reference in a new issue