Skip to content

Commit

Permalink
bin/config.sh: Fix output typo
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
cthulhu-rider committed Dec 15, 2023
1 parent de36626 commit 29cc462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ password of inner ring wallet is `one`. See examples in `make help`.

```
$ make update.epoch_duration val=30
Changing EpochDuration configration value to 30
Changing EpochDuration configuration value to 30
Enter account NNudMSGzEoktFzdYGYoNb3bzHzbmM1genF password >
Sent invocation transaction dbb8c1145b6d10f150135630e13bb0dc282023163f5956c6945a60db0cb45cb0
Updating NeoFS epoch to 2
Expand Down
2 changes: 1 addition & 1 deletion bin/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else
fi

# Change config value in side chain
echo "Changing ${KEY} configration value to ${VALUE}"
echo "Changing ${KEY} configuration value to ${VALUE}"

# shellcheck disable=SC2086
${NEOGO} contract invokefunction \
Expand Down
2 changes: 1 addition & 1 deletion docs/ir.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Script enters passwords automatically with `expect` utility.

```
$ make update.epoch_duration val=30
Changing EpochDuration configration value to 30
Changing EpochDuration configuration value to 30
Enter account NfgHwwTi3wHAS8aFAN243C5vGbkYDpqLHP password >
Sent invocation transaction bdc0fa88cd6719ef6df2b9c82de423ddec6141ca24255c2d0072688083b1de9d
Updating NeoFS epoch to 20
Expand Down

0 comments on commit 29cc462

Please sign in to comment.