Skip to content

Commit

Permalink
Fix running the function when printing help😅
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Hoenisch <[email protected]>
  • Loading branch information
bonomat committed Jul 27, 2021
1 parent 6f1a650 commit a4cd721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waves-scripts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ start_bobtimus () {
fi

if [ ! -f ".usdt_asset_id" ]; then
echo "Usdt asset id not configured. Did you run `mint_usdt`?"
echo "Usdt asset id not configured. Did you run mint_usdt?"
exit 1
fi

Expand Down

0 comments on commit a4cd721

Please sign in to comment.